Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/support/
Dcontrolled_allocators.h58 struct AllocController { struct
59 int copy_constructed = 0;
60 int move_constructed = 0;
62 int alive = 0;
63 int alloc_count = 0;
64 int dealloc_count = 0;
65 int is_equal_count = 0;
67 std::size_t alive_size;
68 std::size_t allocated_size;
69 std::size_t deallocated_size;
[all …]
/external/libcxx/test/support/
Dcontrolled_allocators.hpp59 struct AllocController { struct
60 int copy_constructed = 0;
61 int move_constructed = 0;
63 int alive = 0;
64 int alloc_count = 0;
65 int dealloc_count = 0;
66 int is_equal_count = 0;
68 std::size_t alive_size;
69 std::size_t allocated_size;
70 std::size_t deallocated_size;
[all …]