Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

nalloc

A custom heap allocator built on c, probably wont work on a non UNIX os.

Nalloc uses sbrk to request new memory, and header memory blocks as metadata.

Contains the:
nalloc()
nalloc_free()
functions, used pretty much exactly as their malloc equivalents.

About

A custom heap allocator built on c

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages