Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/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 …]
/aosp_15_r20/external/libcxx/test/support/
H A 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 …]