Skip to content

My analog of malloc and free functions. Use mmap to work. Malloc algorithm based on 2000 year malloc solution (linked list memory blocks).

Notifications You must be signed in to change notification settings

alterG/memory_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

memory_allocator

About

My analog of malloc and free functions. Use mmap to work. Malloc algorithm based on 2000 year malloc solution (linked list memory blocks).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published