Structs§
- Allocator that fails (with signal error) whenever an allocation is attempted.
- A non-thread safe bump-pointer allocator. Does not free or reuse memory. Efficient for small allocations.
- Uses a statically pre-allocated section to allocate all memory.