Home
last modified time | relevance | path

Searched refs:s_FrameHeapAllocator (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/
DFastCreateDemo.cpp49 nw::demo::FrameHeapAllocator s_FrameHeapAllocator; variable
313 s_FrameHeapAllocator.Initialize(reinterpret_cast<uptr>(memory), memorySize); in BuildLattices()
315 allocator = &s_FrameHeapAllocator; in BuildLattices()
372 void* memory = reinterpret_cast<void*>(s_FrameHeapAllocator.GetStartAddress()); in DestroyLattices()
374 s_FrameHeapAllocator.Finalize(); in DestroyLattices()