Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/extras/include/boost/beast/test/
Dtest_allocator.hpp22 struct test_allocator_info struct
24 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() function
35 { in test_allocator_info()