![]() |
Ark Server API (ASA) - Wiki
|
Collaboration diagram for FMallocBinned::FPoolTable:Public Member Functions | |
| FPoolTable () | |
Public Attributes | |
| FPoolInfo * | FirstPool |
| FPoolInfo * | ExhaustedPool |
| uint32 | BlockSize |
| FCriticalSection | CriticalSection |
Pool table.
Definition at line 153 of file MallocBinned.h.
|
inline |
Definition at line 186 of file MallocBinned.h.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 FMallocBinned::FPoolTable::BlockSize |
Definition at line 157 of file MallocBinned.h.
| FCriticalSection FMallocBinned::FPoolTable::CriticalSection |
Definition at line 159 of file MallocBinned.h.
| FPoolInfo* FMallocBinned::FPoolTable::ExhaustedPool |
Definition at line 156 of file MallocBinned.h.
| FPoolInfo* FMallocBinned::FPoolTable::FirstPool |
Definition at line 155 of file MallocBinned.h.