Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_FrameHeap.h57 u32 GetAllocatableSize( int alignment = DEFAULT_ALIGNMENT );
/NW4C-2.0.3/sources/libraries/ut/
Dut_FrameHeap.cpp293 u32 FrameHeap::GetAllocatableSize( int alignment ) in GetAllocatableSize() function in nw::ut::FrameHeap
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FrameHeap.cpp342 u32 size = m_pHeap->GetAllocatableSize( HEAP_ALIGN ); in GetFreeSize()