ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106 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

6 days ago

Waysom
How Stack Really Works | PUSH & POP Explained Physically

... a stack really is • Why it grows downward • How PUSH works internally • How POP retrieves data • Why the stack pointer moves ...

0:29
How Stack Really Works | PUSH & POP Explained Physically

131 views

5 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)

3,742 views

5 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

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

6 days ago

Waysom
CALL & RET Explained Internally | How CPU Uses Stack to Return

Covered clearly: • How CALL saves the return address • Why the stack pointer is decremented • How IP is updated during CALL ...

1:07
CALL & RET Explained Internally | How CPU Uses Stack to Return

196 views

5 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

22,136 views

6 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

16 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

6 days ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

18,336 views

5 days 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

22 views

3 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().

175 views

2 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

454 views

3 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

6 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

6 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

7 views

5 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

6 days ago

AMAZING GRAPHIC 360
Day 1 data analytics python day 1#python #coding #programming #short #viral

dsa data structures and algorithms dsa for beginners how to learn dsa data structures leetcode striver coding for beginners dsa ...

0:08
Day 1 data analytics python day 1#python #coding #programming #short #viral

0 views

4 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

6 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

5 days ago