typedef void *(* nn::nex::MemoryManager::MallocFunction)(size_t stSize);
The memory allocation function type.
The size of memory to allocate is passed to stSize
. For the return value, specify the pointer to the start of the allocated memory.
CONFIDENTIAL