Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 175 Bytes

File metadata and controls

5 lines (3 loc) · 175 Bytes

dalloc

A crappy (pseudo) memory allocator written in C with garbage collection (which only works with gcc compiler)

All operations work in O(n) (free, alloc, collect)