ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

503 results

The Engineers' Pitstop
Stack vs Heap: The Core Difference Explained

Stack vs heap explained simply. In this video, you'll learn the difference between stack and heap memory, how stack memory ...

2:27
Stack vs Heap: The Core Difference Explained

437 views

3 weeks 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)

6,706 views

2 weeks ago

Learn In Minutes
Memory Deep Dive: Stack, Heap, Pointers, Alignment

Support the channel on Patreon: https://www.patreon.com/15345164/join Imagine your program is a complex city, but its map is ...

5:30
Memory Deep Dive: Stack, Heap, Pointers, Alignment

35 views

11 days ago

Avey Dev
Heaps, Stacks, and Frames - Oh my!

There are stack pointers that keep track of the current frame. If want to dive deeper look into ESP and EBP which help keep track ...

9:54
Heaps, Stacks, and Frames - Oh my!

320 views

4 days ago

ECE star performers
Stacks and  stack pointer#EmbededsystemandIOTdesign#ECEstarperformers
4:42
Stacks and stack pointer#EmbededsystemandIOTdesign#ECEstarperformers

3 views

11 days ago

Reinventing D Wheel
Debugger From Scratch In Rust | Registers |

Source Code - https://github.com/sharmachait/rdb.

47:57
Debugger From Scratch In Rust | Registers |

210 views

13 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

0 views

2 weeks ago

Hands On Course Demo
Flame Graphs and Visualization: Interpreting Call Stack Hotspots

Flame graphs work through statistical profiling. Every ~10 milliseconds, the kernel interrupts your program, captures the instruction ...

1:08
Flame Graphs and Visualization: Interpreting Call Stack Hotspots

8 views

11 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

27 views

2 weeks ago

Concept Unlocked
Dangling Pointer | Memory Leak | Stack vs Heap Explained in C

In this video, we clearly explain one of the most confusing topics in C programming: Dangling Pointer, Memory Leak, and how ...

14:27
Dangling Pointer | Memory Leak | Stack vs Heap Explained in C

22 views

3 days ago

TrueTech Academy
Stack Pointer & Program Counter in Microprocesser : RRB JE ECE & RRB Technician Grade 1 #rrbje

Welcome to "True Tech Academy" for aspirants who are preparing for ECET, RRB JE, and SSC JE and mastering core ...

1:04:46
Stack Pointer & Program Counter in Microprocesser : RRB JE ECE & RRB Technician Grade 1 #rrbje

111 views

10 days ago

nvlli
Does size matter?

Stack and heap allocation with malloc and free - size of memory allocation in the C programming language Discord: ...

1:51
Does size matter?

628 views

7 days ago

Indian tech_ai
Java Memory  Stack & Heap

Introduction – what is a variable & why it is needed Data Types – primitive vs non-primitive (with simple examples) Memory ...

5:54
Java Memory Stack & Heap

26 views

12 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

2 weeks ago

CS50
CS50x 2026 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:06:14
CS50x 2026 - Lecture 5 - Data Structures

15,950 views

9 days ago

OldManPHP
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115b

A Linked List is a linear collection of data elements called nodes. Unlike an array, elements are not stored at contiguous memory ...

55:03
Advance Practical PHP Explain DS Stack, LinkedList, Tree, Queue - video 115b

4 views

4 weeks ago

CS50
CS50x 2026 - Lecture 4 - Memory

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:19:55
CS50x 2026 - Lecture 4 - Memory

10,001 views

9 days ago

code with me
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained

In this DSA Episode 4, we master the Stack data structure in a simple and visual way. You will understand what a stack is, how ...

2:13
EP 4 – Stack in DSA: LIFO, Push/Pop, Implementations & Use Cases Explained

15 views

2 weeks 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!

355 views

2 weeks ago

Brad McCoy
Passing an Array in Assembly

Response to: https://www.youtube.com/watch?v=1mdz3nlmN_MB Both pass a pointer to the array into the function; No Stack ...

11:17
Passing an Array in Assembly

5 views

3 weeks ago