Skip to content

Custom implementations of malloc(), realloc(), and free() in C using a segregated freelist algorithm.

Notifications You must be signed in to change notification settings

shawnfelix/Memory-Allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-Allocator

Custom implementations of malloc(), realloc(), and free() in C using a segregated freelist algorithm.

See src/sfmm.c for implementations.

About

Custom implementations of malloc(), realloc(), and free() in C using a segregated freelist algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages