|
MT Core (C++)
Core library for replacing C++ standard in project usage
|
Allocator state object for shared fixed arena allocation 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 | |
| ThreadLocalFixedArenaAllocator | underlying |
| std::mutex | lock = {} |
Allocator state object for shared fixed arena allocation Must live longer (and at the same memory address) than all allocators returned by allocator()
Definition at line 74 of file thread/mtcore_thread/alloc.hpp.
|
noexcept |
| std::mutex mtcore::thread::FixedArenaAllocator::lock = {} |
Definition at line 76 of file thread/mtcore_thread/alloc.hpp.
| ThreadLocalFixedArenaAllocator mtcore::thread::FixedArenaAllocator::underlying |
Definition at line 75 of file thread/mtcore_thread/alloc.hpp.