malloc, calloc, realloc, and free - Introducing Dynamic Heap Memory System Calls in C's stdlib.h

Similar Tracks
C "Modules" - Tutorial on .h Header Files, Include Guards, .o Object Code, & Incremental Compilation
Kris Jordan
What does it take to design a memory allocator? Dynamic Memory Allocation System Design
Chris Kanich
Function Pointers in C - How to Read and Write Function Pointer Types and use Dynamic Dispatch
Kris Jordan