Searched defs:AllocController (Results 1 – 1 of 1) sorted by relevance
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 …]