typedef void(* nn::nex::MemoryManager::FreeFunction)(void *pMemory);
The memory deallocation function type.
The pointer to the start of the memory to be freed is passed to pMemory.
pMemory
MemoryManager::SetBasicMemoryFunctions, MallocFunction
CONFIDENTIAL