Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 225 Bytes

Stack-Allocator

Stack-like memory allocator

An implementation of a stack-like memory alocator. The implementation currently raw arrays, but would, for most cases, be best implemented via a or different container.