Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_FrameHeap.h65 void* AllocFromTail( u32 size, int alignment );
/NW4C-1.3.3/sources/libraries/ut/
Dut_FrameHeap.cpp133 memory = AllocFromTail( size, -alignment ); in Alloc()
187 void* FrameHeap::AllocFromTail( u32 size, int alignment ) in AllocFromTail() function in nw::ut::FrameHeap