This
method constructs the memory allocator, specifies whether it is protected,
and how much additional memory is allocated if the initial
pool is exhausted.
SignatureOMSelfLinkedMemoryAllocator(int incrementNum,
OMBoolean isProtected);
ParametersincrementNum
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.