A memory allocator based on the buddy system
-
Updated
Nov 2, 2021 - C
A memory allocator based on the buddy system
Program uses cyclic diagraph to randomly allot secret santa to names given in input.
Project of 42 where we recode malloc, free, calloc, realloc.
My own implementation of malloc and free
A detailed memory allocator w/ functions re-implementing malloc et al. to access and manipulate storage in the heap using C.
Dynamic Explicit Memory Allocation. Instead of using build-in malloc, calloc, realloc, and free, it has own those functions.
Override C global allocators to use Zig allocators in a Zig + C mixed project
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
An Easy-to-use Framework for the C Language.
Use a stack allocated memory block as a heap with provided malloc family functions.
Add a description, image, and links to the realloc topic page so that developers can more easily learn about it.
To associate your repository with the realloc topic, visit your repo's landing page and select "manage topics."