Public Member Functions | |
IA_CONSTRUCTOR void | IAAllocationTrackerElement_make (IAAllocationTrackerElement *this) |
void | IAAllocationTrackerElement_incrementAllocationCount (IAAllocationTrackerElement *this) |
void | IAAllocationTrackerElement_decrementAllocationCount (IAAllocationTrackerElement *this) |
void | IAAllocationTrackerElement_onAllocated (IAAllocationTrackerElement *this, size_t allocatedSize) |
void | IAAllocationTrackerElement_onReallocated (IAAllocationTrackerElement *this, size_t allocatedSize, size_t deallocatedSize) |
void | IAAllocationTrackerElement_onDeallocated (IAAllocationTrackerElement *this, size_t deallocatedSize) |
static long | IAAllocationTrackerElement_getAllocationCount (const IAAllocationTrackerElement *this) |
static size_t | IAAllocationTrackerElement_getPositiveAllocationSize (const IAAllocationTrackerElement *this) |
static size_t | IAAllocationTrackerElement_getNegativeAllocationSize (const IAAllocationTrackerElement *this) |
IA_CONSTRUCTOR void IAAllocationTrackerElement_make | ( | IAAllocationTrackerElement * | this | ) |
void IAAllocationTrackerElement_incrementAllocationCount | ( | IAAllocationTrackerElement * | this | ) |
void IAAllocationTrackerElement_decrementAllocationCount | ( | IAAllocationTrackerElement * | this | ) |
void IAAllocationTrackerElement_onAllocated | ( | IAAllocationTrackerElement * | this, |
size_t | allocatedSize | ||
) |
void IAAllocationTrackerElement_onReallocated | ( | IAAllocationTrackerElement * | this, |
size_t | allocatedSize, | ||
size_t | deallocatedSize | ||
) |
void IAAllocationTrackerElement_onDeallocated | ( | IAAllocationTrackerElement * | this, |
size_t | deallocatedSize | ||
) |
|
inline |
|
inline |
|
inline |