marcel_os::allocator

Module bump

Source

Structsยง

  • A simple bump allocator that allocates memory in a linear fashion. Memory is allocated by incrementing a pointer, and deallocated in bulk.