Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dmultiallocation_chain.hpp147 …void_pointer incorporate_after(iterator after_this, const void_pointer &b, size_type unit_bytes, s… in incorporate_after() argument
153 elem += unit_bytes; in incorporate_after()
154 for(size_type i = 0; i != num_units-1; ++i, elem += unit_bytes){ in incorporate_after()