Skip to content

A naive implementation of malloc library based on brk()

Notifications You must be signed in to change notification settings

hazelnutsgz/NaiveMalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaiveMalloc

This is a naive implementation of malloc in POSIX API. To be straight forward, this lib is just a resource manager which wrapping the system call-----brk()

About

A naive implementation of malloc library based on brk()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published