Skip to content
/ malloc Public

Recoding the famous memory allocation function, along with realloc, calloc and free

Notifications You must be signed in to change notification settings

ljoly/malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malloc

Recoding the famous memory allocation function, along with realloc, calloc and free

Optimized page reclaim system
Low/No cache miss
Low memory footprint
Aligned blocks of memory
Secured meta data

About

Recoding the famous memory allocation function, along with realloc, calloc and free

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published