Searched refs:freeSuballocCount (Results 1 – 3 of 3) sorted by relevance
7865 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size(); in CreateAllocationRequest() local7866 if(freeSuballocCount > 0) in CreateAllocationRequest()7873 m_FreeSuballocationsBySize.data() + freeSuballocCount, in CreateAllocationRequest()7877 for(; index < freeSuballocCount; ++index) in CreateAllocationRequest()7926 for(size_t index = freeSuballocCount; index--; ) in CreateAllocationRequest()
6997 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size();6998 if (freeSuballocCount > 0)7006 m_FreeSuballocationsBySize.data() + freeSuballocCount,7010 for (; index < freeSuballocCount; ++index)7046 for (size_t index = freeSuballocCount; index--; )
7060 const size_t freeSuballocCount = m_FreeSuballocationsBySize.size();7061 if (freeSuballocCount > 0)7069 m_FreeSuballocationsBySize.data() + freeSuballocCount,7073 for (; index < freeSuballocCount; ++index)7109 for (size_t index = freeSuballocCount; index--; )