zStatus zMalloc(void* mem, zUIntPtr size);
|
Parameters |
Description |
|
void* mem |
Receives a pointer to the memory block. |
|
zUIntPtr size |
Size of memory to allocate, in bytes. |
Allocates a block of memory from the heap used by the zApi library.
Memory allocated with this function should be freed with the zFree function.
zApi.h