ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43 results

Arashtad
Dynamic Memory Allocation in C (malloc, calloc, realloc, free)

Learn dynamic memory allocation in C using malloc, calloc, realloc, and free with clear examples on Debian 12 using Vim.

2:09
Dynamic Memory Allocation in C (malloc, calloc, realloc, free)

0 views

1 day ago

Dark Mode Engineering
The Stack vs. The Heap: Where Your Variables Actually Live

You write code, create variables, and initialize objects—but where do they actually go? For many developers, computer ...

25:22
The Stack vs. The Heap: Where Your Variables Actually Live

76 views

6 days ago

Mxy
Dynamic Memory in Assembly | The Heap | Beginner Tutorial | GDB & Linux Environment | BRK() Syscall

Server Sign-up Form: https://mxyahoy.github.io/mxy.sh/ Watch the course from the beginning: https://youtu.be/PxiMLtsuGO0 ...

24:44
Dynamic Memory in Assembly | The Heap | Beginner Tutorial | GDB & Linux Environment | BRK() Syscall

809 views

5 days ago

CodeBing
This One Line of C++ Is More Expensive Than You Think

Most developers think C++ `new` simply allocates memory. But in reality, this single line of code connects an entire computer ...

9:19
This One Line of C++ Is More Expensive Than You Think

1,056 views

6 days ago

TechInToday
Stack vs Heap Explained Simply

On the other hand, Heap memory is used for dynamic memory allocation, where objects and data can be created and accessed ...

1:52
Stack vs Heap Explained Simply

28 views

4 days ago

sanskar
Pointers in C  | Tutorial 1/5 | Complete Explanation for Beginners

Pointers are widely used in dynamic memory allocation, arrays, functions, and data structures. Understanding pointers is essential ...

5:01
Pointers in C | Tutorial 1/5 | Complete Explanation for Beginners

8 views

7 days ago

Chris Bourke
4.1 - Lists (2026-03-11)

We start on list data structures.

48:40
4.1 - Lists (2026-03-11)

83 views

Streamed 2 days ago

Konstantin Vladimirov
Lecture 16. Allocators part II: Memory Resources and PMR (MIPT, 2025-2026).

Master's degree lectures at MIPT on modern C++ in English. Department of Microprocessor Technologies. This lecture continues ...

59:57
Lecture 16. Allocators part II: Memory Resources and PMR (MIPT, 2025-2026).

777 views

6 days ago

Lambda_Run
Browser History Simulator in C | Linked List Project

In this video, I build a Browser History Simulator in the C programming language using linked lists and dynamic memory allocation ...

1:56
Browser History Simulator in C | Linked List Project

0 views

17 hours ago

visuallab.online
Process Memory Layout Explained | Stack, Heap, Code & Data Segments | Linked List Series #2

... Heap ✓ Stack Understanding memory layout will make Linked Lists, pointers, and dynamic memory allocation crystal clear for ...

3:39
Process Memory Layout Explained | Stack, Heap, Code & Data Segments | Linked List Series #2

9 views

6 days ago

Michael Guerzhoy
ESC190 Mar 9 2026 lec

... to allocate more memory or do I want to spend time reallocating and depends on the exact dynamics of when you add what they ...

48:50
ESC190 Mar 9 2026 lec

155 views

Streamed 4 days ago

Rahul Sir Computer Classes
Pointers in C Language

In this video, you will learn Pointers in C Language from the very basics. Pointers are one of the most powerful and important ...

11:57
Pointers in C Language

33 views

3 days ago

CodeWis Technologies by Nuhman Paramban
How an Operating System Runs Programs | OS Internals Explained for Beginners

Learn how an Operating System runs programs internally with a beginner-friendly explanation. When you start an application, the ...

7:26
How an Operating System Runs Programs | OS Internals Explained for Beginners

0 views

1 day ago

TechTonic124
Instructions And Operators in C | Lecture 4 | C Language Course

... 1/0 Chapter 11 - Dynamic Memory Allocation Timestamps: 0:00:00 Introduction to chapter 2 00:24:00 Instructions 00:01:34 Type ...

1:08:46
Instructions And Operators in C | Lecture 4 | C Language Course

80 views

6 days ago

PSSOU
Data Types in C++1 lect 5

Data Types in C++1 lect 5 - By Dr. Rashmi Gupta.

15:54
Data Types in C++1 lect 5

16 views

2 days ago

iot-open.eu
MultiASM4x 9 Compatibility With Hll Compilers C++, C# And Operating Systems

Programming for PC series: how to integrate assembler code with managed and unmanaged code? C++ and C# templates.

8:57
MultiASM4x 9 Compatibility With Hll Compilers C++, C# And Operating Systems

0 views

1 day ago

visuallab.online
Stack as a Data Structure — Push, Pop and LIFO Explained | Linked List Series #3

Before understanding Stack Memory — you need to understand the Stack as a Data Structure. In this lecture we break down ...

8:46
Stack as a Data Structure — Push, Pop and LIFO Explained | Linked List Series #3

4 views

20 hours ago

CSE x Typhon | Exam • Jobs • Tech • AI
Stack Using Linked List in C 🔥 | Push, Pop, Peek, Display | DSA Tutorial | AKTU

... concept in Data Structures where we overcome the size limitation of an array-based stack by using dynamic memory allocation.

24:05
Stack Using Linked List in C 🔥 | Push, Pop, Peek, Display | DSA Tutorial | AKTU

27 views

4 days ago

CSE x Typhon | Exam • Jobs • Tech • AI
Linked List Insertion in C 🔥 Insert at Beginning, Middle, End | Practical Code | DSA Tutorial | AKTU

... linked list hindi tutorial, singly linked list hindi, insertion in linked list, linked list code in c, dynamic memory allocation in c, malloc ...

5:12
Linked List Insertion in C 🔥 Insert at Beginning, Middle, End | Practical Code | DSA Tutorial | AKTU

4 views

6 days ago

antonofka9018
C++ Память: статическая, стек, динамическая (heap)

00:00 Типы памяти 02:07 Применение static к переменной внутри функции 02:53 Глобальная переменная 03:43 Отличия ...

14:04
C++ Память: статическая, стек, динамическая (heap)

34 views

4 days ago