Home
last modified time | relevance | path

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

/third_party/boost/libs/container/src/
Dmonotonic_buffer_resource.cpp63 , m_current_buffer(0) in monotonic_buffer_resource()
72 , m_current_buffer(0) in monotonic_buffer_resource()
83 , m_current_buffer(buffer) in monotonic_buffer_resource()
98 m_current_buffer = m_initial_buffer; in release()
110 const uintptr_type up_addr = uintptr_type(m_current_buffer); in remaining_storage()
123 { return m_current_buffer; } in current_buffer()
130 char * p = (char*)m_current_buffer + aligner; in allocate_from_current()
131 m_current_buffer = p + bytes; in allocate_from_current()
150 m_current_buffer = (char*)m_memory_blocks.allocate(m_next_buffer_size); in do_allocate()
/third_party/boost/boost/container/pmr/
Dmonotonic_buffer_resource.hpp55 void * m_current_buffer; member in boost::container::pmr::monotonic_buffer_resource