![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
This is the complete list of members for EDLAllocator, including all inherited members.
allocate(size_t size) | EDLAllocator | inline |
AllocatorFn typedef | EDLAllocator | |
deallocate(void *p) | EDLAllocator | inline |
DeallocatorFn typedef | EDLAllocator | |
EDLAllocator() | EDLAllocator | |
EDLAllocator(AllocatorFn allocator, DeallocatorFn deallocator, ReallocateFn reallocator) | EDLAllocator | inline |
reallocate(void *p, size_t newSize) | EDLAllocator | inline |
ReallocateFn typedef | EDLAllocator | |
~EDLAllocator() | EDLAllocator | inlinevirtual |