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 3 of 3
Next
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Paging Mechanisms: Copy-on-Write and Swapping
Covers how the operating system uses paging through copy-on-write and swapping mechanisms to manage memory efficiently.
Pointer Arithmetic: Understanding Memory Management in C
Explains pointer arithmetic in C, focusing on memory manipulation and common pitfalls.
Matrix Multiplication and Divide-and-Conquer Techniques
Discusses matrix multiplication using divide-and-conquer techniques and introduces Strassen's algorithm for improved efficiency.
MIPS Functions and Stack
Explains MIPS functions, stack usage, calling convention, and register management.
Accelerating Data Analytics: Innovations in Post-Moore Era
Covers advancements in data analytics systems and the role of hardware-software co-design in enhancing performance in the Post-Moore era.
Dynamic Memory Allocation: malloc and calloc in C
Explains dynamic memory allocation in C, focusing on malloc and calloc functions and their differences, including error prevention techniques.
Paging
Introduces paging in operating systems, explaining memory management units, address space abstraction, page tables, and TLB.
Advanced Spark Optimizations and Partitioning
Covers advanced Spark optimizations, memory management, shuffle operations, and data partitioning strategies to improve big data processing efficiency.
Heaps and Priority Queues
Explores heaps, heapsort, and priority queues, including operations and analysis.