OMHeap

This method is the constructor for the OMHeap class.

Visibility
Public
Signature
OMHeap(int size=100)
Parameters
size

The amount of memory to allocate for the heap. The default size is 100 bytes.


Feedback