Searched refs:s_head_allocator (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp49 PB_DS_CLASS_C_DEC::s_head_allocator; member in class:PB_DS_CLASS_C_DEC
62 m_p_head(s_head_allocator.allocate(1)),
73 m_p_head(s_head_allocator.allocate(1)),
88 m_p_head(s_head_allocator.allocate(1)),
105 s_head_allocator.deallocate(m_p_head, 1);
143 s_head_allocator.deallocate(m_p_head, 1);
H A Dpat_trie_.hpp495 static head_allocator s_head_allocator; member in class:pb_ds::detail::PB_DS_CLASS_NAME

Completed in 65 milliseconds