Searched refs:GetAllocatableSize (Results 1 – 3 of 3) sorted by relevance
55 u32 GetAllocatableSize( int alignment = DEFAULT_ALIGNMENT );
291 u32 FrameHeap::GetAllocatableSize( int alignment ) in GetAllocatableSize() function in nw::ut::FrameHeap
325 u32 size = m_pHeap->GetAllocatableSize( HEAP_ALIGN ); in GetFreeSize()