Skip to content

Memory allocator in C implemented using segregated free lists with block placement and bucket optimizations. Only the implementation file, with none of the testing suite.

Notifications You must be signed in to change notification settings

Nopekick/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 28, 2021
02336d2 · Jan 28, 2021

History

3 Commits
Jan 28, 2021
Jan 28, 2021

Repository files navigation

malloc

Memory allocator in C implemented using segregated free lists with first-fit and coalescing. Inlcludes block placement and bucket optimizations.

Only the implementation file, with none of the testing suite. The result of many segfaults and hours of debugging :(

About

Memory allocator in C implemented using segregated free lists with block placement and bucket optimizations. Only the implementation file, with none of the testing suite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages