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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp45 PB_DS_CLASS_C_DEC::s_head_allocator; member in class:PB_DS_CLASS_C_DEC
58 m_p_head(s_head_allocator.allocate(1)),
69 m_p_head(s_head_allocator.allocate(1)),
84 m_p_head(s_head_allocator.allocate(1)),
101 s_head_allocator.deallocate(m_p_head, 1);
139 s_head_allocator.deallocate(m_p_head, 1);
H A Dpat_trie_.hpp562 static head_allocator s_head_allocator; member in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp45 PB_DS_CLASS_C_DEC::s_head_allocator; member in class:PB_DS_CLASS_C_DEC
58 m_p_head(s_head_allocator.allocate(1)),
69 m_p_head(s_head_allocator.allocate(1)),
84 m_p_head(s_head_allocator.allocate(1)),
101 s_head_allocator.deallocate(m_p_head, 1);
139 s_head_allocator.deallocate(m_p_head, 1);
H A Dpat_trie_.hpp562 static head_allocator s_head_allocator; member in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME

Completed in 101 milliseconds