Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/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; // the number of active instances
33 int alloc_count = 0; // the number of allocations not deallocating
34 int allocated_size = 0; // the size of allocated elements
35 int construct_count = 0; // the number of times that ::construct was called
36 int destroy_count = 0; // the number of times that ::destroy was called
37 int copied = 0;
38 int moved = 0;
[all …]