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()
9044 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local9045 if(freeSuballocCount > 0) in CreateAllocationRequest()9052 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()9056 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()9105 for(size_t index = freeSuballocCount; index--; ) in CreateAllocationRequest()