Memory management in the icon.library
Source position: workbench.pas line 119
type TFreeList = record
fl_NumFree: SmallInt;
fl_MemList: TList;
end;
Icon.AddFreeList
Add memory to a free list.
Icon.FreeFreeList
Free all memory in a free list.