Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_FrameHeap.h67 void* AllocFromTail( u32 size, int alignment );
/NW4C-2.0.3/sources/libraries/ut/
Dut_FrameHeap.cpp135 memory = AllocFromTail( size, -alignment ); in Alloc()
189 void* FrameHeap::AllocFromTail( u32 size, int alignment ) in AllocFromTail() function in nw::ut::FrameHeap