Home
last modified time | relevance | path

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

/third_party/boost/libs/container/src/
Dmonotonic_buffer_resource.cpp46 void monotonic_buffer_resource::increase_next_buffer_at_least_to(std::size_t minimum_size) in increase_next_buffer_at_least_to() function in boost::container::pmr::monotonic_buffer_resource
78 this->increase_next_buffer_at_least_to(initial_size + !initial_size); in monotonic_buffer_resource()
148 this->increase_next_buffer_at_least_to(bytes); in do_allocate()
/third_party/boost/boost/container/pmr/
Dmonotonic_buffer_resource.hpp63 void increase_next_buffer_at_least_to(std::size_t minimum_size);