Home
last modified time | relevance | path

Searched refs:allocation_details (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp61 std::vector<AllocationDetails> allocation_details; member in MemoryTracker
65 allocation_details.push_back(detail); in add_element()
70 allocation_details.erase(std::next(allocation_details.begin(), index)); in erase_index()
99 size_t original_size = allocation_details[index].requested_size_bytes; in reallocate()
158 allocation_details.reserve(512); in MemoryTracker()