Ark Server API (ASA) - Wiki
|
#include <GenericGrowableAllocator.h>
Public Member Functions | |
FGrowableMallocBase () | |
virtual | ~FGrowableMallocBase () |
virtual uint64 | GetWasteApproximation () |
Protected Attributes | |
uint64 | TotalAllocated |
uint64 | TotalWaste |
uint64 | CurrentAllocs |
uint64 | TotalAllocs |
Definition at line 38 of file GenericGrowableAllocator.h.
|
inline |
Constructor
Definition at line 42 of file GenericGrowableAllocator.h.
|
inlinevirtual |
Definition at line 48 of file GenericGrowableAllocator.h.
Returns approximated amount of memory wasted due to allocations' alignment.
Definition at line 54 of file GenericGrowableAllocator.h.
|
protected |
The current number of allocations.
Definition at line 69 of file GenericGrowableAllocator.h.
|
protected |
Total amount ever allocated
Definition at line 63 of file GenericGrowableAllocator.h.
|
protected |
The total number of allocations.
Definition at line 72 of file GenericGrowableAllocator.h.
|
protected |
The total amount of memory wasted due to allocations' alignment.
Definition at line 66 of file GenericGrowableAllocator.h.