| This class represents an object allocator; instances of this class
are generated by
AllocatorContext .
If an allocator has recycled objects available, those are returned
first, before allocating new ones.
Allocator instances are thread-safe without synchronization,
they are the "production lines" of the
ObjectFactory factories ,
their implementation is derived from the
AllocatorContext to which they belong (e.g. heap allocators for
HeapContext ).
author: Jean-Marie Dautelle version: 5.2, August 14, 2007 See Also: AllocatorContext.getAllocator(ObjectFactory) |