OMSelfLinkedMemoryAllocator

This method constructs the memory allocator, specifies whether it is protected, and how much additional memory is allocated if the initial pool is exhausted.

Visibility
Public
Signature
OMSelfLinkedMemoryAllocator(int incrementNum, 
   OMBoolean isProtected);
Parameters
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.


Feedback