Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_Memory.h296 class FrameHeapAllocator : public nw::os::IAllocator
300 FrameHeapAllocator() in FrameHeapAllocator() function
312 FrameHeapAllocator(uptr startAddress, size_t size, bit32 option = 0)
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp189 FrameHeapAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize()
197 FrameHeapAllocator::Finalize() in Finalize()
/NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/
DFastCreateDemo.cpp49 nw::demo::FrameHeapAllocator s_FrameHeapAllocator;