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