GitHub / mirzarad / 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.
Stars: 1
Forks: 1
Open issues: 0
License: None
Language: C
Size: 40 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: about 5 years ago
Pushed at: over 5 years ago
Last synced at: 6 months ago
Topics: c, dynamic-memory-allocation, free, linux, malloc, realloc