-
Notifications
You must be signed in to change notification settings - Fork 1
๐ 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.
mirzarad/Synchronization-Free-Dynamic-Memory-Allocator
About
๐ 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.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published