MEMORY ALLOCATOR
Artifacts of dynamic memory allocation such as malloc and free from scratch implementation.
Ofcourse these repo is not as effective as stdlib malloc but greate instance and way to embrace memory allocation.
Build
$ make -B
Limiations
- Works only in x86_64 machines
- Works only with GCC and Linux
- No packed structs.