Searched defs:test_allocator_info (Results 1 – 1 of 1) sorted by relevance
22 struct test_allocator_info struct24 std::size_t id;25 std::size_t ncopy = 0;26 std::size_t nmove = 0;27 std::size_t nmassign = 0;28 std::size_t ncpassign = 0;29 std::size_t nselect = 0;30 std::size_t max_size = (33 test_allocator_info() in test_allocator_info() function35 { in test_allocator_info()