nw::lyt::Layout::SetAllocator Member Function

Syntax

static void SetAllocator(
     nw::os::IAllocator * pAllocator
);

Arguments

Name Description
pAllocator Pointer to the memory allocator.

Return Values

None.

Description

Sets the memory allocator used to allocate memory blocks.

See Also

AllocMemory
GetAllocator
SetDeviceMemoryAllocator

Revision History

2009/09/18
Initial version.

CONFIDENTIAL