Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h138 uptr GetStartAddress() const { return m_StartAddress; } in GetStartAddress() function
341 uptr GetStartAddress() const { return m_StartAddress; } in GetStartAddress() function
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp71 nw::demo::Free(reinterpret_cast<void*>(allocator->GetStartAddress())); in FinalizeDemoAllocator()
/NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/
DFastCreateDemo.cpp372 void* memory = reinterpret_cast<void*>(s_FrameHeapAllocator.GetStartAddress()); in DestroyLattices()