Searched refs:suballocItem (Results 1 – 3 of 3) sorted by relevance
5373 VmaSuballocationList::const_iterator suballocItem,5384 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);7661 VmaSuballocationList::iterator suballocItem = m_Suballocations.end(); in Init() local7662 --suballocItem; in Init()7663 m_FreeSuballocationsBySize.push_back(suballocItem); in Init()7682 for(VmaSuballocationList::const_iterator suballocItem = m_Suballocations.cbegin(); in Validate() local7683 suballocItem != m_Suballocations.cend(); in Validate()7684 ++suballocItem) in Validate()7686 const VmaSuballocation& subAlloc = *suballocItem; in Validate()7729 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i]; in Validate() local[all …]
6795 VmaSuballocationList::const_iterator suballocItem,6803 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);6902 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i];6905 VMA_VALIDATE(suballocItem->type == VMA_SUBALLOCATION_TYPE_FREE);6907 VMA_VALIDATE(suballocItem->size >= lastSize);6909 lastSize = suballocItem->size;7234 for (auto suballocItem = begin;7235 suballocItem != end;7236 ++suballocItem)7238 if (suballocItem->offset == offset)[all …]
6858 VmaSuballocationList::const_iterator suballocItem,6866 VmaSuballocationList::iterator FreeSuballocation(VmaSuballocationList::iterator suballocItem);6965 VmaSuballocationList::iterator suballocItem = m_FreeSuballocationsBySize[i];6968 VMA_VALIDATE(suballocItem->type == VMA_SUBALLOCATION_TYPE_FREE);6970 VMA_VALIDATE(suballocItem->size >= lastSize);6972 lastSize = suballocItem->size;7297 for (auto suballocItem = begin;7298 suballocItem != end;7299 ++suballocItem)7301 if (suballocItem->offset == offset)[all …]