|
Allocate a memory block.
virtual void * AllocateMemory( size_t size ) = 0;
Parameters |
Description |
size_t size |
The size of the memory block that must be allocated. |
The AllocateMemory method returns the pointer to the buffer, or NULL if the requested amount of memory is not available.
The AllocateMemory method allocates memory from the AIMMS memory manager.