Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 133 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 133 Bytes

PAlloc

A pool based memory allocator in C Uses a doubly-linked-list to allocate memory from a pool. Currently fails on pools >=512