Skip to content

Implemented a general-purpose dynamic memory allocator in C that achieves high performance and optimal memory utilization.

Notifications You must be signed in to change notification settings

harmanT23/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

malloc

Implemented a general-purpose dynamic memory allocator in C that achieves high performance and optimal memory utilization. The allocator was designed using segregated free lists, a best fit policy, coalescing and splitting. To use the dynamic memory allocator, familiar functions can be used, namely, malloc, realloc and free.

About

Implemented a general-purpose dynamic memory allocator in C that achieves high performance and optimal memory utilization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages