Searched defs:test_allocator_statistics (Results 1 – 1 of 1) sorted by relevance
29 struct test_allocator_statistics { struct30 int time_to_throw = 0;31 int throw_after = INT_MAX;32 int count = 0;33 int alloc_count = 0;34 int copied = 0;35 int moved = 0;36 int converted = 0;38 TEST_CONSTEXPR_CXX14 void clear() { in clear()63 test_allocator_statistics* stats_ = nullptr; argument