Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_FrameHeap.h55 u32 GetAllocatableSize( int alignment = DEFAULT_ALIGNMENT );
/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp291 u32 FrameHeap::GetAllocatableSize( int alignment ) in GetAllocatableSize() function in nw::ut::FrameHeap
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_FrameHeap.cpp325 u32 size = m_pHeap->GetAllocatableSize( HEAP_ALIGN ); in GetFreeSize()