Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 121 Bytes

File metadata and controls

4 lines (3 loc) · 121 Bytes

Malloc

A minimal implementation of a memory allocator using mmap.

This project is currently in an incomplete state.