Implementation of C standard library memory-related functions: malloc(), calloc(), realloc(), free() from scratch.
stack memory-allocator malloc operating-system heap memory-allocation calloc sbrk realloc memory-block implementation-from-scratch
- Updated
Feb 4, 2025 - C