Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp34 …MemoryTrackerSettings(bool should_fail_on_allocation, size_t fail_after_allocations, bool should_f… in MemoryTrackerSettings()
36 : should_fail_on_allocation(should_fail_on_allocation), in MemoryTrackerSettings()
40 bool should_fail_on_allocation = false; member
79 …if (settings.should_fail_on_allocation && allocation_count == settings.fail_after_allocations) ret… in allocate()