DART 6.13.2
Loading...
Searching...
No Matches
dart::common::MemoryManager Member List

This is the complete list of members for dart::common::MemoryManager, including all inherited members.

allocate(Type type, size_t bytes)dart::common::MemoryManager
allocateUsingFree(size_t bytes)dart::common::MemoryManager
allocateUsingPool(size_t bytes)dart::common::MemoryManager
construct(Type type, Args &&... args) noexceptdart::common::MemoryManager
constructUsingFree(Args &&... args) noexceptdart::common::MemoryManager
constructUsingPool(Args &&... args) noexceptdart::common::MemoryManager
deallocate(Type type, void *pointer, size_t bytes)dart::common::MemoryManager
deallocateUsingFree(void *pointer, size_t bytes)dart::common::MemoryManager
deallocateUsingPool(void *pointer, size_t bytes)dart::common::MemoryManager
destroy(Type type, T *object) noexceptdart::common::MemoryManager
destroyUsingFree(T *pointer) noexceptdart::common::MemoryManager
destroyUsingPool(T *pointer) noexceptdart::common::MemoryManager
getBaseAllocator()dart::common::MemoryManager
GetDefault()dart::common::MemoryManagerstatic
getFreeListAllocator()dart::common::MemoryManager
getPoolAllocator()dart::common::MemoryManager
hasAllocated(void *pointer, size_t size) const noexceptdart::common::MemoryManager
mBaseAllocatordart::common::MemoryManagerprivate
MemoryManager(MemoryAllocator &baseAllocator=MemoryAllocator::GetDefault())dart::common::MemoryManagerexplicit
mFreeListAllocatordart::common::MemoryManagerprivate
mPoolAllocatordart::common::MemoryManagerprivate
operator<<dart::common::MemoryManagerfriend
print(std::ostream &os=std::cout, int indent=0) constdart::common::MemoryManager
Type enum namedart::common::MemoryManager
~MemoryManager()dart::common::MemoryManager