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