Searched refs:should_fail_on_allocation (Results 1 – 1 of 1) sorted by relevance
34 …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; member79 …if (settings.should_fail_on_allocation && allocation_count == settings.fail_after_allocations) ret… in allocate()