nw::demo::DebugUtility::SetAllocatorForTest Member Function
static void SetAllocatorForTest(
nw::demo::DemoAllocator * deviceAllocator,
nw::demo::DemoAllocator * particleAllocator = NULL
);
| Name | Description | |
|---|---|---|
| in | deviceAllocator | The device memory allocator to be tested. |
| in | particleAllocator | The particle memory allocator to be tested. |
Specifies the allocator to test for memory leak detection and other purposes.
CONFIDENTIAL