Unit 'Workbench' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TFreeList

Memory management in the icon.library

Declaration

Source position: workbench.pas line 126

type TFreeList = record

  fl_NumFree: SmallInt;

  

  fl_MemList: TList;

  

end;

See also

Icon.AddFreeList

  

Add memory to a free list.

Icon.FreeFreeList

  

Free all memory in a free list.


Documentation generated on: 2021-07-30