System Pool_Local s-pooloc ads (GNAT Reference Manual) (original) (raw)
Next: System.Restrictions (s-restri.ads), Previous: System.Pool_Global (s-pooglo.ads), Up: The GNAT Library [Contents][Index]
12.141 System.Pool_Local
(s-pooloc.ads
) ¶
This package provides a storage pool that is intended for use with locally defined access types. It uses malloc/free for allocate/free, and maintains a list of allocated blocks, so that all storage allocated for the pool can be freed automatically when the pool is finalized.