[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Source position: heaph.inc line 18
type TFPCHeapStatus = record |
MaxHeapSize: PtrInt; |
MaxHeapUsed: PtrInt; |
CurrHeapSize: PtrInt; |
CurrHeapUsed: PtrInt; |
CurrHeapFree: PtrInt; |
end; |