Next: , Previous: System.Pool_Global (s-pooglo.ads), Up: The GNAT Library


9.129 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.