ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,093 results

Alex Hyett
Stack vs Heap Memory - Simple Explanation

I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...

5:28
Stack vs Heap Memory - Simple Explanation

394,747 views

3 years ago

mycodeschool
Pointers and dynamic memory - stack vs heap

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

17:26
Pointers and dynamic memory - stack vs heap

1,598,002 views

12 years ago

Tom Scott
The Fetch-Execute Cycle: What's Your Computer Actually Doing?

The fetch-execute cycle is the basis of everything your computer or phone does. This is literally The Basics. • Sponsored by ...

9:04
The Fetch-Execute Cycle: What's Your Computer Actually Doing?

2,070,785 views

6 years ago

Retro Game Mechanics Explained
The Stack: Last in, First out

The "stack" is referenced a lot when dealing with memory and control flow, but what does it actually do? It's all explained right here ...

10:58
The Stack: Last in, First out

102,764 views

8 years ago

Gate Smashers
L-1.17: Register Stack Organisation | Zero Address Instructions | COA

... element of the stack which is known as Stack pointer (SP). In this organization, ALU operations are performed on stack data.

11:50
L-1.17: Register Stack Organisation | Zero Address Instructions | COA

492,761 views

6 years ago

ArjanCodes
Every Developer Should Know This

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm exploring memory models in ...

15:38
Every Developer Should Know This

48,704 views

1 year ago

MIT OpenCourseWare
12.2.3 Stack Frame Organization

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 ...

5:49
12.2.3 Stack Frame Organization

10,145 views

6 years ago

Jordan West
Pointers, visually explained | Code Words

Pointers can be pretty challenging to get your head around. But even if you never use them, understanding the layers below high ...

10:39
Pointers, visually explained | Code Words

26,813 views

3 years ago

CS50
Stacks - CS50 Shorts

Well in general the push function is going to need to accept a pointer to the stack. Now take a second and think about it.

14:20
Stacks - CS50 Shorts

33,911 views

8 years ago

Quantum Leaps, LLC
#8 Functions in C and the call stack

You learn about the Stack Pointer (SP) register and you learn how the stack can grow and shrink. Next, you see how a function ...

17:05
#8 Functions in C and the call stack

106,156 views

12 years ago

Embedded Systems and Deep Learning
Lecture 31. Preserving registers in a Subroutine

This videos talks about preserving registers in a subroutine for Arm Cortex-M. Book website: ...

7:32
Lecture 31. Preserving registers in a Subroutine

8,968 views

4 years ago

TheZZAZZGlitch
Pokemon Blue: Effects of overflowing the stack with '9F' (item 0x5E)

... possible to bring the stack pointer all the way to wild encounter data, use the old man glitch to overwrite top of the stack with the ...

7:33
Pokemon Blue: Effects of overflowing the stack with '9F' (item 0x5E)

51,177 views

10 years ago

Programming Electronics Academy
Arduino Pointers and Memory Addresses #Arduino #C #C++

FREE Arduino Crash Course https://bit.ly/get_Arduino_skills ***Learn to program and prototype with Arduino now! Join our ...

8:09
Arduino Pointers and Memory Addresses #Arduino #C #C++

11,960 views

3 years ago

aXXo
The Memory - 0x03 | ASM 2023

Understanding memory is crucial for any aspiring computer scientist, programmer, or technology enthusiast. However, it can often ...

7:36
The Memory - 0x03 | ASM 2023

930 views

3 years ago

Vikram Salunke
x86 Assembly #13 - General Stack Frame Operation

x86 Assembly - Part 13 - General Stack Frame Operation ----------------------------------------- Twitter ...

6:04
x86 Assembly #13 - General Stack Frame Operation

6,341 views

8 years ago

mycodeschool
Pointers as function arguments - call by reference

See complete series on pointers here http://www.youtube.com/playlist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_ In this ...

14:16
Pointers as function arguments - call by reference

499,574 views

12 years ago

Gate Smashers
L-1.18:Memory Stack Organisation | Memory stack Vs Register stack  | COA

The stack pointer is a CPU register that specifies the stack's initial memory address. ▻Computer Architecture (Complete Playlist): ...

6:03
L-1.18:Memory Stack Organisation | Memory stack Vs Register stack | COA

315,534 views

6 years ago

Computerphile
Essentials: Hidden Pointers - Computerphile

Pointers are an essential element of computing. Dr Steve Bagley explains how everything rests on pointers. Password Cracking: ...

5:44
Essentials: Hidden Pointers - Computerphile

67,036 views

8 years ago

MIT OpenCourseWare
12.2.2 Activation Records and Stacks

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 ...

8:42
12.2.2 Activation Records and Stacks

17,412 views

6 years ago

LiveOverflow
Understanding C Pointer Magic Arithmetic | Ep. 07

We debug the line that causes the heap overflow. And it's a great opportunity to understand pointers in C. The full playlist: ...

10:50
Understanding C Pointer Magic Arithmetic | Ep. 07

55,833 views

4 years ago

Wallace Kelly
.NET Stack and Heap

Describes how reference variables and the instances they point to are allocated on the stack and the heap of managed memory.

13:06
.NET Stack and Heap

104,843 views

13 years ago

Justin Robertson
Simple Stack using Python (A-Level Computer Science)

This video shows how to create a simple stack class in Python using a fixed-length list and a stack pointer. It's designed to mimic ...

12:55
Simple Stack using Python (A-Level Computer Science)

106 views

4 years ago

TheFabytm
What Are Registers - Easily Explained! Embedded Systems Explained

1:35 Registers in the MSP430 architecture 2:22 Program Counter 2:53 Stack Pointer 4:05 Status Register 7:15 General Purpose ...

10:42
What Are Registers - Easily Explained! Embedded Systems Explained

28,138 views

5 years ago

Neso Academy
Basics of Dynamic Memory Allocation

Data Structures: Basics of Dynamic Memory Allocation Topics discussed: 1) What is Static Memory Allocation? 2) Example of ...

4:18
Basics of Dynamic Memory Allocation

700,860 views

5 years ago

WhiteboardDoodles
Assembly Basics: The Language Behind the Hardware

Curious about how computers understand and execute instructions at the hardware level? In this video, we dive into assembly ...

12:55
Assembly Basics: The Language Behind the Hardware

202,246 views

1 year ago