Home
last modified time | relevance | path

Searched defs:allocate_node (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadaptive_node_pool.hpp115 void *allocate_node() in allocate_node() function in boost::container::dtl::shared_adaptive_node_pool
Dnode_pool.hpp86 void *allocate_node() in allocate_node() function in boost::container::dtl::shared_node_pool
Dnode_pool_impl.hpp97 void *allocate_node() in allocate_node() function in boost::container::dtl::private_node_pool_impl
Dadaptive_node_pool_impl.hpp1088 void *allocate_node() in allocate_node() function in boost::container::dtl::private_adaptive_node_pool_impl_ct
1219 void *allocate_node() in allocate_node() function in boost::container::dtl::private_adaptive_node_pool_impl_rt
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/
Dmulti_index_container.hpp642 final_node_type* allocate_node() in allocate_node() function in boost::multi_index::multi_index_container
/aosp_15_r20/external/rust/android-crates-io/crates/hashlink/src/
Dlinked_hash_map.rs2081 unsafe fn allocate_node<K, V>(free_list: &mut Option<NonNull<Node<K, V>>>) -> NonNull<Node<K, V>> { in allocate_node() function