Searched defs:AllocController (Results 1 – 2 of 2) sorted by relevance
58 struct AllocController { struct59 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 …]
59 struct AllocController { struct60 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 …]