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