#include <GenericGrowableAllocator.h>
◆ FGrowableMallocBase()
| FGrowableMallocBase::FGrowableMallocBase |
( |
| ) |
|
|
inline |
◆ ~FGrowableMallocBase()
| virtual FGrowableMallocBase::~FGrowableMallocBase |
( |
| ) |
|
|
inlinevirtual |
◆ GetWasteApproximation()
Returns approximated amount of memory wasted due to allocations' alignment.
◆ CurrentAllocs
| uint64 FGrowableMallocBase::CurrentAllocs |
|
protected |
The current number of allocations.
◆ TotalAllocated
| uint64 FGrowableMallocBase::TotalAllocated |
|
protected |
Total amount ever allocated
◆ TotalAllocs
| uint64 FGrowableMallocBase::TotalAllocs |
|
protected |
The total number of allocations.
◆ TotalWaste
| uint64 FGrowableMallocBase::TotalWaste |
|
protected |
The total amount of memory wasted due to allocations' alignment.
The documentation for this class was generated from the following file: