Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Methods
| Allocates a block of memory from the heap object. | |
| Attaches the heap object to an existing heap. | |
| The constructor. | |
| The destructor. | |
| Detaches the heap object from an existing heap. | |
| Frees memory previously allocated from the heap. | |
| Returns the size of a memory block allocated from the heap object. | |
| Reallocates a block of memory from the heap object. | 
Data Members
| A flag used to determine current ownership of the heap handle. | |
| Handle to the heap object. |