nw::lyt::Layout::FreeDeviceMemory Member Function

Syntax

static void FreeDeviceMemory(
     void *mem
);

Arguments

Name Description
mem The leading address of the memory block to deallocate.

Return Values

None.

Description

Frees a memory block back to device memory.

See Also

AllocDeviceMemory

Revision History

2010/02/09
Initial version.

CONFIDENTIAL