Home
last modified time | relevance | path

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

/third_party/boost/boost/container/detail/
Dnode_pool.hpp86 void *allocate_node() in allocate_node() function in boost::container::dtl::shared_node_pool
91 return private_node_allocator_t::allocate_node(); in allocate_node()
Dadaptive_node_pool.hpp115 void *allocate_node() in allocate_node() function in boost::container::dtl::shared_adaptive_node_pool
120 return private_node_allocator_t::allocate_node(); in allocate_node()
Dnode_pool_impl.hpp97 void *allocate_node() in allocate_node() function in boost::container::dtl::private_node_pool_impl
Dadaptive_node_pool_impl.hpp1087 void *allocate_node() in allocate_node() function in boost::container::dtl::private_adaptive_node_pool_impl_ct
1218 void *allocate_node() in allocate_node() function in boost::container::dtl::private_adaptive_node_pool_impl_rt
/third_party/boost/libs/interprocess/test/
Dnode_pool_test.hpp45 nodes.push_back(pool.allocate_node()); in allocate_then_deallocate()
88 nodes.push_back(pool.allocate_node()); in deallocate_free_blocks()
/third_party/boost/boost/container/
Dadaptive_pool.hpp162 return pointer(static_cast<T*>(singleton_t::instance().allocate_node())); in allocate()
209 return (pointer)singleton_t::instance().allocate_node(); in allocate_one()
469 return pointer(static_cast<T*>(m_pool.allocate_node())); in allocate()
510 return (pointer)m_pool.allocate_node(); in allocate_one()
Dnode_allocator.hpp154 return pointer(static_cast<T*>(singleton_t::instance().allocate_node())); in allocate()
216 return (pointer)singleton_t::instance().allocate_node(); in allocate_one()
/third_party/boost/boost/multi_index/detail/
Dheader_holder.hpp35 header_holder():member(final().allocate_node()){} in header_holder()
Dindex_base.hpp106 x=final().allocate_node(); in insert_()
120 x=final().allocate_node(); in insert_()
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/
Drapidxml.hpp415 xml_node<Ch> *allocate_node(node_type type, in allocate_node() function in rapidxml::memory_pool
507 result = allocate_node(source->type()); in clone_node()
1755 xml_node<Ch> *declaration = this->allocate_node(node_declaration); in parse_xml_declaration()
1801 xml_node<Ch> *comment = this->allocate_node(node_comment); in parse_comment()
1860 xml_node<Ch> *doctype = this->allocate_node(node_doctype); in parse_doctype()
1886 xml_node<Ch> *pi = this->allocate_node(node_pi); in parse_pi()
1974 xml_node<Ch> *data = this->allocate_node(node_data); in parse_and_append_data()
2024 xml_node<Ch> *cdata = this->allocate_node(node_cdata); in parse_cdata()
2040 xml_node<Ch> *element = this->allocate_node(node_element); in parse_element()
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp403 xml_node<Ch> *allocate_node(node_type type, in allocate_node() function in boost::property_tree::detail::rapidxml::memory_pool
495 result = allocate_node(source->type()); in clone_node()
1749 xml_node<Ch> *declaration = this->allocate_node(node_declaration); in parse_xml_declaration()
1795 xml_node<Ch> *comment = this->allocate_node(node_comment); in parse_comment()
1855 xml_node<Ch> *doctype = this->allocate_node(node_doctype); in parse_doctype()
1881 xml_node<Ch> *pi = this->allocate_node(node_pi); in parse_pi()
1969 xml_node<Ch> *data = this->allocate_node(node_data); in parse_and_append_data()
2019 xml_node<Ch> *cdata = this->allocate_node(node_cdata); in parse_cdata()
2035 xml_node<Ch> *element = this->allocate_node(node_element); in parse_element()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp470 (pool->allocate_node())); in allocate()
497 return pointer(static_cast<value_type*>(pool->allocate_node())); in allocate_one()
738 void *allocate_node() in allocate_node() function in boost::interprocess::ipcdetail::shared_pool_impl
743 return private_node_allocator_t::allocate_node(); in allocate_node()
/third_party/boost/boost/
Dmulti_index_container.hpp642 final_node_type* allocate_node() in allocate_node() function in boost::multi_index::multi_index_container
716 final_node_type* x=allocate_node(); in insert_ref_()
774 final_node_type* x=allocate_node(); in emplace_()
833 final_node_type* x=allocate_node(); in insert_ref_()
895 final_node_type* x=allocate_node(); in emplace_hint_()