| Return Type | Function name | Arguments |
|---|---|---|
| void* | hz_mem_allocate | (unsigned int,) |
Declared in file: hzBasedefs.h
Defined in file : hzMemory.cpp
Function Logic:
Function body:
void* hz_mem_allocate (unsigned int size)
{
return fnptr_Alloc(size) ;
}