◆ FMallocCrashPool()
◆ AllocateFromPool()
| uint8 * FMallocCrashPool::AllocateFromPool |
( |
uint32 |
InAllocationSize | ) |
|
|
inline |
◆ GetAllocationSize()
| uint64 FMallocCrashPool::GetAllocationSize |
( |
uint8 * |
Ptr | ) |
const |
|
inline |
◆ GetPool()
◆ GetPools()
◆ TryFreeFromPool()
| void FMallocCrashPool::TryFreeFromPool |
( |
uint8 * |
Ptr | ) |
|
|
inline |
◆ AllocatedMemory
| uint32 FMallocCrashPool::AllocatedMemory |
Memory allocated in the pool and memory used by a fixed array.
◆ Allocations
Fixed list of allocations for the specified size for this pool.
◆ AllocationSize
| const uint32 FMallocCrashPool::AllocationSize |
Allocation size for this pool.
◆ AllocBase
| uint8* FMallocCrashPool::AllocBase |
◆ MaxNumAllocations
| const uint32 FMallocCrashPool::MaxNumAllocations |
Maximum number of allocations that can be made for this pool.
◆ MaxNumUsed
| uint32 FMallocCrashPool::MaxNumUsed |
◆ MaxUsedIndex
| uint32 FMallocCrashPool::MaxUsedIndex |
◆ NumUsed
| uint32 FMallocCrashPool::NumUsed |
◆ TotalNumUsed
| uint32 FMallocCrashPool::TotalNumUsed |
The documentation for this struct was generated from the following file: