Skip to content

Voctl/allocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dalloc - simple heap allocator

dalloc is a minimal heap allocator using sbrk and brk system calls.

Requirements

In order to build dalloc you need a C compiler (like gcc).

Build & Run

To compile the allocator:

make com

To run the program:

make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors