ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,102 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,411 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,597,757 views

12 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,690 views

1 year 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,694 views

3 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,754 views

8 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,280 views

6 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,573 views

6 years 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,143 views

6 years ago

Computerphile
Reverse Polish Notation and The Stack - Computerphile

Reverse Polish, or Postfix notation is commonly used in Computer Science, particularly in reference to Stacks - but what are ...

13:32
Reverse Polish Notation and The Stack - Computerphile

320,819 views

11 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,893 views

8 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,967 views

4 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,955 views

3 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,145 views

12 years ago

mycodeschool
Pointers and arrays

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

8:43
Pointers and arrays

664,027 views

12 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,832 views

4 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,404 views

6 years ago

Embedded Systems and Deep Learning
Lecture 4: Pointer

This video will explain C pointers. Visit the book website for more information: http://web.eece.maine.edu/~zhu/book.

12:31
Lecture 4: Pointer

68,097 views

9 years ago

Geekific
Heap Space vs. Stack Memory in Java | Call Stack Explained | Memory Allocation | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ When you create new ...

6:12
Heap Space vs. Stack Memory in Java | Call Stack Explained | Memory Allocation | Geekific

25,584 views

4 years ago

mCoding
unique_ptr is NOT just for heap allocations | custom deleters

Define your own deleter. The smart pointer type unique_ptr is NOT just for automating deletes of heap-allocated pointers.

8:57
unique_ptr is NOT just for heap allocations | custom deleters

14,336 views

2 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,557 views

12 years ago