nw::demo::DebugUtility::SetAllocatorForTest Member Function

Syntax

static void SetAllocatorForTest(
     nw::demo::DemoAllocator * deviceAllocator,
     nw::demo::DemoAllocator * particleAllocator = NULL
);

Arguments

Name Description
in deviceAllocator The device memory allocator to be tested.
in particleAllocator The particle memory allocator to be tested.

Return Values

None.

Description

Specifies the allocator to test for memory leak detection and other purposes.


CONFIDENTIAL