Home
last modified time | relevance | path

Searched defs:test_allocator_statistics (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h29 struct test_allocator_statistics { struct
30 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