ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

11,762 results

vlogize
Solving the Memory Leak Problem in a C Stack Implementation Using a Dynamic Array

Learn how to fix the memory leak in your C stack implementation by passing the stack pointer by reference and restructuring your ...

2:02
Solving the Memory Leak Problem in a C Stack Implementation Using a Dynamic Array

0 views

10 months ago

SM training academy
Types of stack pointers explained  | Shadow Stack Pointer

If you wish to take up the course with full resources kindly use the link below: Udemy: ...

3:09
Types of stack pointers explained | Shadow Stack Pointer

106 views

3 weeks ago

vlogize
Understanding Stack Pointer Adjustments in Assembly Loops

Explore the intricacies of using the `stack pointer` in assembly loops and learn about the `C calling convention` in x86 architecture ...

1:36
Understanding Stack Pointer Adjustments in Assembly Loops

1 view

6 months ago

Andrey Kalmatskiy
#4 Argentum Owning Pointers

This section explains how Argentum automatically manages tree-like data structures— which constitute the majority of modern ...

2:54
#4 Argentum Owning Pointers

15 views

10 months ago

vlogize
Understanding Why the Stack Pointer is Initialized to Maximum Value

Explore the reasons behind the initialization of the stack pointer in microprocessors and how it influences memory management.

1:33
Understanding Why the Stack Pointer is Initialized to Maximum Value

0 views

8 months ago

vlogize
How to Branch to a Bootloader on a Cortex-M7 After Reset

The first challenge you might encounter is that this is a predetermined address where the processor looks for the stack pointer ...

1:40
How to Branch to a Bootloader on a Cortex-M7 After Reset

6 views

4 months ago

vlogize
Understanding the Use of int32_t for Stack Pointers in ARM Microcontrollers

This guide explores the rationale behind using `int32_t` pointers instead of `uint32_t` in thread control blocks for ARM ...

1:23
Understanding the Use of int32_t for Stack Pointers in ARM Microcontrollers

2 views

7 months ago

Supawat PREECHASATIT
Stack And Stack pointer
0:54
Stack And Stack pointer

2 views

5 months ago

vlogize
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

A deep dive into confusing assembly code: uncover the purpose behind resetting the stack pointer and manipulating register ...

1:46
Understanding Prematurely Resetting the Stack Pointer in Assembly Code

2 views

8 months ago

Suppachai SOMSAKUL
Stack and stack pointer
1:03
Stack and stack pointer

12 views

5 months ago

vlogize
Understanding Memory Allocation for Stack Pointers in C Programming

A comprehensive guide on when and how to allocate memory for stack pointers in C, illustrated with examples for clarity.

2:01
Understanding Memory Allocation for Stack Pointers in C Programming

0 views

2 months ago

Harold Edwards
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

x27;In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by 1 decremented by 1 ...

0:33
'In PUSH instruction, after each execution of the instruction, the stack pointer is incremented by …

0 views

7 months ago

vlogize
Understanding Stack Memory Management in Embedded Systems

Function Exit: When the function execution completes, the stack pointer is adjusted again to free the space allocated for local ...

1:27
Understanding Stack Memory Management in Embedded Systems

1 view

6 months ago

vlogize
Understanding the Stack in C: Proper Addresses and Alignment

Learn how to visualize the stack in C programming, understand memory alignment, and resolve address allocation issues with an ...

1:56
Understanding the Stack in C: Proper Addresses and Alignment

4 views

2 months ago

vlogize
Understanding the Current State of Stack Pointer in 8085 Microprocessor

Discover how to find out where the Stack Pointer currently points in the Intel 8085 microprocessor with simple assembly code.

1:16
Understanding the Current State of Stack Pointer in 8085 Microprocessor

2 views

10 months ago

vlogize
Understanding Stack Pointer Behavior in C/C+ + : Can Compilers Keep Stack Memory Allocated?

A deep dive into stack pointer behavior in C/C+ + and how compilers manage memory allocation, particularly in embedded ...

1:33
Understanding Stack Pointer Behavior in C/C+ + : Can Compilers Keep Stack Memory Allocated?

1 view

8 months ago

vlogize
Understanding the Stack Memory Allocation Process in C: What Happens When You Declare a Variable

Explore how it differs from heap memory and the mechanics of the stack pointer. --- This video is based on the question ...

1:42
Understanding the Stack Memory Allocation Process in C: What Happens When You Declare a Variable

2 views

8 months ago

vlogize
Understanding the Stack Pointer Confusion in ARM64: SP vs SP_EL2 Explained

Are you confused about the difference between the `sp` and `SP_EL2` registers while debugging ARM64 on Linux? Read this ...

1:32
Understanding the Stack Pointer Confusion in ARM64: SP vs SP_EL2 Explained

9 views

8 months ago

vlogize
Mastering Offsetting Local Variables with x64 Assembly

Learn how to smoothly access local variables in x64 Assembly by offsetting from the stack pointer. This guide breaks down key ...

1:30
Mastering Offsetting Local Variables with x64 Assembly

2 views

9 months ago

vlogize
Understanding the Connection Between Stack Memory in CPUs and OS Process Stacks

CPU Stack Pointer vs. OS Process Stack While both the CPU stack pointer and OS process stacks deal with stack memory, they ...

1:38
Understanding the Connection Between Stack Memory in CPUs and OS Process Stacks

1 view

4 months ago