/Synchronization-Free-Dynamic-Memory-Allocator

🐏 A dynamic memory allocator for an x86-64 architecture to replace the built-in malloc, free, and realloc functions provided by glibc. Features include using segregated free lists to implement a first-best fit block placement policy and an immediate coalescing policy for reducing external fragmentation.

Primary LanguageC

This repository is not active