[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TFPCHeapStatus

Declaration

Source position: heaph.inc line 18

type TFPCHeapStatus = record

  MaxHeapSize: PtrInt;

  MaxHeapUsed: PtrInt;

  CurrHeapSize: PtrInt;

  CurrHeapUsed: PtrInt;

  CurrHeapFree: PtrInt;

end;