8000 GitHub - ljoly/malloc: Recoding the famous memory allocation function, along with realloc, calloc and free
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0