MT Core (C++)
Core library for replacing C++ standard in project usage
|
State variable for thread local fixed arena 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 |
size_t | offset = 0 |
State variable for thread local fixed arena allocator Must live longer (and at the same memory address) than all allocators returned by allocator()
Definition at line 375 of file core/mtcore/alloc.hpp.
|
noexcept |
Definition at line 376 of file core/mtcore/alloc.hpp.
size_t mtcore::ThreadLocalFixedArenaAllocator::offset = 0 |
Definition at line 377 of file core/mtcore/alloc.hpp.