SysAllocPagedMalloc::GetFootprint

SysAllocPagedMalloc::GetFootprint
virtual UPInt GetFootprint() const;
Description

GetFootPrint returns the number of bytes allocated from the system for the custom allocator.

Return Value

UPInt value containing the number of bytes allocated for the custom allocator. This value is same as the value returned by GetUsedSpace.