Memory management in the icon.library
Source position: workbench.pas line 181
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.