MT Core (C++)
Core library for replacing C++ standard in project usage
|
State variable for thread local fixed buffer allocator Must live longer (and at the same memory address) than all allocators returned by allocator() More...
#include <alloc.hpp>
Public Member Functions | |
Allocator | allocator () noexcept |
Public Attributes | |
Slice< u8 > | buff |
State variable for thread local fixed buffer allocator Must live longer (and at the same memory address) than all allocators returned by allocator()
Definition at line 347 of file core/mtcore/alloc.hpp.
|
noexcept |
Definition at line 348 of file core/mtcore/alloc.hpp.