[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Record describing current heap status.
Source position: heaph.inc line 25
type THeapStatus = record |
TotalAddrSpace: Cardinal; |
TotalUncommitted: Cardinal; |
TotalCommitted: Cardinal; |
TotalAllocated: Cardinal; |
TotalFree: Cardinal; |
FreeSmall: Cardinal; |
FreeBig: Cardinal; |
Unused: Cardinal; |
Overhead: Cardinal; |
HeapErrorCode: Cardinal; |
end; |
THeapStatus is the record describing the current heap status. It is returned by the GetHeapStatus call.
|
Return the memory manager heap status. |