Searched refs:freeSuballocCount (Results 1 – 2 of 2) sorted by relevance
2819 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local2820 if(freeSuballocCount > 0) in CreateAllocationRequest()2825 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()2829 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()
9149 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local9150 if(freeSuballocCount > 0) in CreateAllocationRequest()9157 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()9161 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()9210 for(size_t index = freeSuballocCount; index--; ) in CreateAllocationRequest()