|
Functions |
MQERETURN | mqeMemory_allocate (MQeExceptBlock *pExceptBlock, MQEVOID **ppMem, MQEUINT32 size) |
| This function allocates a contiguous block of memory. The memory is private to this process.
|
MQERETURN | mqeMemory_free (MQeExceptBlock *pExceptBlock, MQEVOID *pMem) |
| This function deallocates a block of memory which has previously been allocated using mqeMemory_allocate.
|
MQERETURN | mqeMemory_reallocate (MQeExceptBlock *pExceptBlock, MQEVOID **ppMem, MQEUINT32 size) |
| This function resizes a contiguous block of memory. The memory is private to this process. The contents of the existing block are copied over to the new block.
|