nn::nex::MemoryManager::MallocFunction Type

Syntax

typedef void *(* nn::nex::MemoryManager::MallocFunction)(size_t stSize);

Description

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.

See Also

MemoryManager::SetBasicMemoryFunctions
FreeFunction

Revision History

2011/05/25
Initial version.

CONFIDENTIAL