Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Memory Management: Crash Reasons and Solutions
Graph Chatbot
Related lectures (30)
Previous
Page 1 of 3
Next
Memory Management & Crash Programs
Covers memory management for engineers, focusing on crash programs related to memory access errors.
Virtual Memory: Memory Organization & Virtualization
Explores memory organization, virtualization, dynamic memory allocation, stack, heap, and memory virtualization techniques like base register and segmentation.
Pointers and Arrays: Memory Management in C
Explains pointers and arrays in C, focusing on memory management and dynamic allocation.
Memory Management: Address Space Abstraction
Explains address space abstraction, focusing on memory management, stack and heap structures, and their roles in dynamic memory allocation.
Dynamic Memory Allocation: Basics and Examples
Explores dynamic memory allocation in C, covering stack vs. heap memory, helper functions, and practical examples.
Register Machine
Covers the efficiency of register machines over stack machines, memory organization, and mapping instructions.
Memory Virtualization: Address Space Abstraction and Management
Covers memory virtualization, focusing on address space abstraction and the management of memory resources by the operating system.
Dynamic Memory Allocation: Understanding Pointers in C
Provides an overview of dynamic memory allocation in C programming, focusing on pointers and memory management techniques.
Virtual Memory
Covers virtual memory, program relocation, memory protection, TLB, and memory hierarchy interactions.
Understanding Vectors: sizeof()
Explores the C++ vector, emphasizing the sizeof operator and vector analysis.