This method constructs the memory allocator, specifies whether it is protected, and how much additional memory is allocated if the initial pool is exhausted.
Public
OMSelfLinkedMemoryAllocator(int incrementNum,
OMBoolean isProtected);
incrementNum
Specifies how much additional memory to allocate if the initial pool is exhausted.
isProtected
Specifies a Boolean value that determines whether the memory allocator is protected. Set this to TRUE to protect the allocator.