[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Workbench' (#aros)

TFreeList

Memory management in the icon.library

Declaration

Source position: workbench.pas line 134

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: 2017-01-10