Searched refs:lastSuballoc (Results 1 – 3 of 3) sorted by relevance
8928 const VmaSuballocation& lastSuballoc = suballocations1st[suballocations1stCount - 1]; in GetUnusedRangeSizeMax() local8931 size - (lastSuballoc.offset + lastSuballoc.size)); in GetUnusedRangeSizeMax()9684 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest() local9685 resultBaseOffset = lastSuballoc.offset - allocSize; in CreateAllocationRequest()9686 if(allocSize > lastSuballoc.offset) in CreateAllocationRequest()9780 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest() local9781 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size; in CreateAllocationRequest()9869 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest() local9870 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size; in CreateAllocationRequest()10250 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in FreeAtOffset() local[all …]
8639 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in Free() local8640 if (lastSuballoc.offset == offset) in Free()8642 m_SumFreeSize += lastSuballoc.size; in Free()8651 VmaSuballocation& lastSuballoc = suballocations1st.back(); in Free() local8652 if (lastSuballoc.offset == offset) in Free()8654 m_SumFreeSize += lastSuballoc.size; in Free()8938 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest_LowerAddress() local8939 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()9019 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_LowerAddress() local9020 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()[all …]
8663 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in Free() local8664 if (lastSuballoc.offset == offset) in Free()8666 m_SumFreeSize += lastSuballoc.size; in Free()8675 VmaSuballocation& lastSuballoc = suballocations1st.back(); in Free() local8676 if (lastSuballoc.offset == offset) in Free()8678 m_SumFreeSize += lastSuballoc.size; in Free()8962 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest_LowerAddress() local8963 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()9043 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_LowerAddress() local9044 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()[all …]