struct
AllocatorBaseInternal Helper.
Protected static functions
- static auto loft_btalloc(size_t size, size_t align) → void*
- Alloc in a fashion similar to malloc(), using boundary tags.
- static void loft_btfree(void* p, size_t size)
- Free memory allocted from loft_
btalloc().