| Return Type | Function name | Arguments |
|---|---|---|
| void* | operatornew | (int,) |
Declared and defined in file: hzBasedefs.h
Function Logic:
Function body:
void* operatornew (int size)
{ return hz_mem_allocate((uint32_t) size) ; }