ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

148 results

Learn To Troubleshoot
How Does Stack Memory Allocation Work?

How function calls and local variables are managed on the stack. ▻ The role of the stack pointer and base pointer in memory ...

3:21
How Does Stack Memory Allocation Work?

0 views

4 days ago

LearnThatStack
Memory Explained  - Why Your Code Crashes (Stack vs Heap)

Ever passed a list to a function and it changed without you touching it? That's not a bug — that's how memory works. In this video, I ...

5:45
Memory Explained - Why Your Code Crashes (Stack vs Heap)

2,688 views

4 days ago

Jane Street
Microarchitecture: What Happens Beneath

Matt Godbolt goes deep into the actual implementation details of modern Intel microarchitecture. We'll explore how the execution ...

1:20:57
Microarchitecture: What Happens Beneath

19,225 views

4 days ago

Learn To Troubleshoot
What Is Stack Allocation in Program Execution?

Ever wondered how your computer manages memory for variables and functions? This video dives into the fundamental concept ...

3:07
What Is Stack Allocation in Program Execution?

0 views

4 days ago

Roel Van de Paar
push_backing into list of pointers causes memory leak (3 Solutions!!)

push_backing into list of pointers causes memory leak Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:16
push_backing into list of pointers causes memory leak (3 Solutions!!)

398 views

6 days ago

cloud&AIinternals
Stack Trash - Windbg Part 25

Link for the entire course: https://www.udemy.com/course/windbg-a-complete-guide/ Use DISCOUNT coupon MONTHYEAR ...

12:56
Stack Trash - Windbg Part 25

0 views

4 days ago

Rayan's Classroom
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

Stack instructions are fundamental to 8086 Assembly Language programming, enabling function calls, data storage, and program ...

13:50
Lec:19 | Stack Instructions in Assembly Language | Microprocessor 8086

198 views

7 days ago

E&C SIMPLIFIED
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

The Secret: Mapping stack suffixes to STM/LDM (IA, IB, DA, DB). Stop memorizing and start visualizing how the Stack Pointer ...

16:37
Master ARM7 Stacks: Understanding Types, Logic, and STMFD/LDMFD Instructions

15 views

4 days ago

Open Source
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

306 views

5 days ago

vlogommentary
Using Arrays as Smart Pointers in C: Pros and Cons

Learn why using arrays as smart pointers in C might not be the best approach, and understand modern best practices for memory ...

3:14
Using Arrays as Smart Pointers in C: Pros and Cons

0 views

5 days ago

vlogommentary
How to Properly Manage an Array of Pointers to struct in C

Learn how to create and manage an array of pointers to distinct struct objects in C, including proper dynamic memory allocation ...

2:58
How to Properly Manage an Array of Pointers to struct in C

0 views

4 days ago

BitFlip Academy
Microcontroller BootUp Sequence: From Power-On Reset to main().

Topics covered in this video: • What happens immediately after power-on or reset • How MSP (Main Stack Pointer) is loaded from ...

4:55
Microcontroller BootUp Sequence: From Power-On Reset to main().

99 views

1 day ago

E&C SIMPLIFIED
ARM7 Stack Operations Explained: STMFD, LDMFD, FA, EA, ED, FD in Keil

Keil Simulation: Watch these instructions in action using the Keil MicroVision debugger to see the Stack Pointer ($R13$) change ...

16:32
ARM7 Stack Operations Explained: STMFD, LDMFD, FA, EA, ED, FD in Keil

19 views

2 days ago

vlogommentary
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

Learn how unexpected compiler behavior with NULL pointer checks can be related to GPU driver selection, and how to properly ...

3:46
Resolving Strange NULL Pointer Checks and GPU Driver Issues in Window Management

0 views

4 days ago

Dr. Africa
Cossacks 3 - TUTORIAL - STOP LOSING! THE ARMY STACKING TRICK YOU NEED

00:00 Introduction 02:28 Method #1 - Minimap way (BEST) 07:45 Method #2 - Noob Way 11:03 Method #3 - Noob Way on ...

17:52
Cossacks 3 - TUTORIAL - STOP LOSING! THE ARMY STACKING TRICK YOU NEED

300 views

2 days ago

SystemDR - Scalable System Design
How to Set Breakpoints and View Call Stacks in WinDbg | Windows Debugging

Learn how to set breakpoints and view call stacks in WinDbg, the most powerful Windows debugging tool used by kernel ...

9:10
How to Set Breakpoints and View Call Stacks in WinDbg | Windows Debugging

6 views

4 days ago

Nadim Ahmed
EEE 4705 | Lecture 3: Jump, Loop, and Call Instructions

... address and higher bite will be saved onto 09 location and stack pointer will have 09 h value Right So that will happen and then ...

1:41:03
EEE 4705 | Lecture 3: Jump, Loop, and Call Instructions

91 views

5 days ago

vlogommentary
Understanding the this Pointer in C+ + : How Many Are There for Multiple Objects?

Learn how the `this` pointer works internally in C+ + when multiple objects exist, why it doesn't have a fixed memory address, and ...

3:14
Understanding the this Pointer in C+ + : How Many Are There for Multiple Objects?

0 views

4 days ago

Genius Zone BZ
Which built in creates a pointer to a value?

Great Deals to Support the Channel! ⚬River: Stack Bitcoin the easy way! Also, earn Bitcoin on uninvested cash balances: ...

0:31
Which built in creates a pointer to a value?

0 views

5 days ago

SoC & FPGA
How effective is Cppcheck in finding memory leaks, null derefs, logic bugs

... address of auto variable CWE 562 right returning a pointer to stack memory that's going to immediately become invalid once the ...

36:00
How effective is Cppcheck in finding memory leaks, null derefs, logic bugs

10 views

4 days ago

vlogommentary
Does the const Qualifier in C Apply to the Memory or the Pointer?

Understand whether the const qualifier in C marks the pointer or the memory area. Learn how C type qualifiers affect memory ...

4:13
Does the const Qualifier in C Apply to the Memory or the Pointer?

0 views

4 days ago

Chang Tan
D/Invoked Attack Chains

So a stack machine emulates things like registers, the virtual stack, the virtual instruction pointer, the virtual stack pointer, and the ...

6:54
D/Invoked Attack Chains

17 views

5 days ago

vlogize
Verständnis von Pointer to Array of Pointers in der C-Programmierung

Entdecken Sie das Konzept des `Zeigers auf ein Array von Zeigern` in der C-Programmierung. Erfahren Sie, wie es funktioniert, ...

2:09
Verständnis von Pointer to Array of Pointers in der C-Programmierung

0 views

5 days ago

Julio Casal
ASP.NET Core Full Course For Beginners (.NET 10)

Free .NET Developer Roadmap: ...

3:27:33
ASP.NET Core Full Course For Beginners (.NET 10)

6,123 views

2 days ago