Home
last modified time | relevance | path

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

/third_party/boost/libs/container/src/
Dmonotonic_buffer_resource.cpp106 std::size_t monotonic_buffer_resource::remaining_storage(std::size_t alignment, std::size_t &wasted… in remaining_storage() function in boost::container::pmr::monotonic_buffer_resource
116 std::size_t monotonic_buffer_resource::remaining_storage(std::size_t alignment) const BOOST_NOEXCEPT in remaining_storage() function in boost::container::pmr::monotonic_buffer_resource
/third_party/boost/libs/container/test/
Dmonotonic_buffer_resource_test.cpp264 std::size_t remaining_storage = 0u; in test_do_allocate() local