OMAbstractMemoryAllocator class

OMAbstractMemoryAllocator is the abstract interface for static memory allocation.
The abstract class is defined in the header file AMemAloc.h; the header file MemAlloc.h contains methods for static memory allocation.
Construction summary
~OMAbstractMemoryAllocator - destroys the OMAbstractMemoryAllocator object
Method summary
allocPool - allocates a memory pool large enough to hold the specified number of instances
callMemoryPoolIsEmpty - controls the message displayed when the pool is out of memory
getMemory - gets the memory for an instance
initiatePool - initiates the “bookkeeping” for the allocated pool
OMSelfLinkedMemoryAllocator - constructs the memory allocator
returnMemory - returns memory from the specified instance
setAllocator - sets the allocation method
setIncrementNum - overwrites the increment value

Feedback