nn::nex::MemoryManager::FreeFunction Type

Syntax

typedef void(* nn::nex::MemoryManager::FreeFunction)(void *pMemory);

Description

The memory deallocation function type.

The pointer to the start of the memory to be freed is passed to pMemory.

See Also

MemoryManager::SetBasicMemoryFunctions, MallocFunction

Revision History

2011/05/25
Initial version.

CONFIDENTIAL