Source position: workbench.pas line 119
type TFreeList = record
fl_NumFree: SmallInt;
fl_MemList: TList;
end;