Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Hubris::Memory Member List

This is the complete list of members for Hubris::Memory, including all inherited members.

Alloc(size_t bufSize)Hubris::Memorystatic
AllocShared(size_t size)Hubris::Memorystatic
CreateArena(size_t size)Hubris::Memorystatic
CreateGlobalArena(size_t width)Hubris::Memorystatic
ExpandInternalArena(size_t width)Hubris::Memorystatic
Free(Block &buffer)Hubris::Memorystatic
FreeArena(Arena)Hubris::Memorystatic
GetMemoryAvailable(const Arena &arena)Hubris::Memorystatic
IsEngineAllocated(const void *pointer)Hubris::Memorystatic
IsFree(const Block &block) noexceptHubris::Memorystatic
IsShared(const void *blockptr) noexceptHubris::Memorystatic
IsThreadLocal(const Block &block) noexceptHubris::Memorystatic
IsValid(const void *pointer)Hubris::Memorystatic
MemoryUsed(const Arena &arena)Hubris::Memorystatic
Resize(Block &block, size_t newSize)Hubris::Memorystatic
ThreadAllocationCount() noexceptHubris::Memorystatic
ThreadArenasAllocated() noexceptHubris::Memorystatic
ThreadArenasFreed() noexceptHubris::Memorystatic
ThreadBlockResizeCount() noexceptHubris::Memorystatic
ThreadDeallocationCount() noexceptHubris::Memorystatic
ThreadMemoryFreed() noexceptHubris::Memorystatic
ThreadMemoryUsed() noexceptHubris::Memorystatic
TotalAllocationCount() noexceptHubris::Memorystatic
TotalArenasAllocated() noexceptHubris::Memorystatic
TotalArenasFreed() noexceptHubris::Memorystatic
TotalBlockResizeCount() noexceptHubris::Memorystatic
TotalDeallocationCount() noexceptHubris::Memorystatic
TotalMemoryAllocated() noexceptHubris::Memorystatic
TotalMemoryFreed() noexceptHubris::Memorystatic