Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp515 while (m_begin != m_static_memory) in clear()
542 …BOOST_ASSERT(m_begin == m_static_memory && m_ptr == align(m_begin)); // Verify that no memory i… in set_allocator()
556 m_begin = m_static_memory; in init()
558 m_end = m_static_memory + sizeof(m_static_memory); in init()
620 char m_static_memory[BOOST_PROPERTY_TREE_RAPIDXML_STATIC_POOL_SIZE]; // Static raw memory member in boost::property_tree::detail::rapidxml::memory_pool