MT Core (C++)
Core library for replacing C++ standard in project usage
|
This is the complete list of members for mtcore::Allocator, including all inherited members.
alloc(size_t bytes) | mtcore::Allocator | |
create(Args... args) | mtcore::Allocator | inline |
create_many(size_t count=1) | mtcore::Allocator | inline |
deinit() | mtcore::Allocator | |
destroy(T *&ptr) | mtcore::Allocator | |
destroy_many(Slice< T > s) | mtcore::Allocator | |
free(T *&ptr) | mtcore::Allocator | inline |
realloc(void *ptr, size_t newBytes) | mtcore::Allocator | |
state | mtcore::Allocator | |
vtable | mtcore::Allocator |