Skip to content

๐Ÿ 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.

Notifications You must be signed in to change notification settings

mirzarad/Synchronization-Free-Dynamic-Memory-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

No packages published