GetAllocator

nn::init::GetAllocator Function

Syntax

nn::fnd::IAllocator * GetAllocator(
     void
);

Parameters

None.

Return Values

Returns a pointer to the simple allocator.

Description

Gets a simple allocator.

Before calling this function, you must initialize the allocator by calling the InitializeAllocator function.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL