/third_party/boost/boost/container/detail/ |
D | node_pool.hpp | 86 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()
|
D | adaptive_node_pool.hpp | 115 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()
|
D | node_pool_impl.hpp | 97 void *allocate_node() in allocate_node() function in boost::container::dtl::private_node_pool_impl
|
D | adaptive_node_pool_impl.hpp | 1087 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/ |
D | node_pool_test.hpp | 45 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/ |
D | adaptive_pool.hpp | 162 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()
|
D | node_allocator.hpp | 154 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/ |
D | header_holder.hpp | 35 header_holder():member(final().allocate_node()){} in header_holder()
|
D | index_base.hpp | 106 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/ |
D | rapidxml.hpp | 415 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/ |
D | rapidxml.hpp | 403 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/ |
D | allocator_common.hpp | 470 (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/ |
D | multi_index_container.hpp | 642 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_()
|