Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h60 struct AllocController { struct
61 int copy_constructed = 0;
62 int move_constructed = 0;
64 int alive = 0;
65 int alloc_count = 0;
66 int dealloc_count = 0;
67 int is_equal_count = 0;
69 std::size_t alive_size;
70 std::size_t allocated_size;
71 std::size_t deallocated_size;
[all …]