Home
last modified time | relevance | path

Searched refs:num_shrink (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/container/bench/
Dbench_alloc_shrink_to_fit.cpp80 unsigned int num_shrink = 0; in vector_test_template() local
94 num_shrink = 0; in vector_test_template()
98 assert( (alloc_version::value != 2) || (e == Step) || (v.num_shrink > num_shrink) ); in vector_test_template()
99 num_shrink = v.num_shrink; in vector_test_template()
115 << num_shrink in vector_test_template()
124 << " num_shrink: " << num_shrink in vector_test_template()
/third_party/boost/boost/container/
Dvector.hpp2702 ++this->num_shrink; in priv_shrink_to_fit()
3357 unsigned int num_shrink; member in boost::container::vector
3360 { num_expand_fwd = num_expand_bwd = num_alloc = 0, num_shrink = 0; } in reset_alloc_stats()