SpiecsEngine
 
Loading...
Searching...
No Matches

◆ memoryPoolNames

const char* Spices::memoryPoolNames[3]
static
Initial value:
= {
"System Memory Allocator",
"Main MemoryPool Page Allocator",
"Main MemoryPool Detail Allocator",
}

MemoryPool's name.

Definition at line 43 of file Core.h.

43 {
44 "System Memory Allocator",
45 "Main MemoryPool Page Allocator",
46 "Main MemoryPool Detail Allocator",
47 };