| This class represents an allocator context; it defines the
the allocation policy of
ObjectFactory products.
The
AllocatorContext.DEFAULT default implementation is an instance of
HeapContext context.
Specializations may allocate from local stacks (
StackContext ),
specific memory areas (e.g.
ImmortalContext ), aging pools (where
objects sufficiently old are recycled), switchable spaces (objects from
a particular frame are recycled when buffers are swapped), etc.
author: Jean-Marie Dautelle version: 5.2, August 19, 2007 |