Searched refs:s_alloc (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp83 static entry_allocator s_alloc; member in class:__gnu_pbds::detail::cond_dealtor
88 PB_DS_COND_DEALTOR_CLASS_C_DEC::s_alloc; member in class:__gnu_pbds::detail::PB_DS_COND_DEALTOR_CLASS_C_DEC
114 s_alloc.deallocate(m_p_e, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dcond_dealtor.hpp87 static entry_allocator s_alloc; member in class:pb_assoc::detail::cond_dealtor
92 PB_ASSOC_COND_DEALTOR_CLASS_C_DEC::s_alloc; member in class:pb_assoc::detail::PB_ASSOC_COND_DEALTOR_CLASS_C_DEC
118 s_alloc.deallocate(m_p_e, 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_key_dtor_entry_dealtor.hpp71 bin_tree_base::s_alloc.deallocate(m_p_nd, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/
H A Dcond_key_dtor_entry_dealtor.hpp75 my_bin_tree_base::s_alloc.deallocate(m_p_nd, 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/
H A Dinfo_fn_imps.hpp86 return (s_alloc.max_size());
H A Dconstructors_destructor_fn_imps.hpp47 PB_ASSOC_CLASS_C_DEC::s_alloc; member in class:PB_ASSOC_CLASS_C_DEC
143 pointer a_values = s_alloc.allocate(size);
196 pointer a_values = s_alloc.allocate(size);
H A Derase_fn_imps.hpp124 pointer a_new_values = s_alloc.allocate(new_size);
184 pointer a_values = s_alloc.allocate(m_size - 1);
H A Dov_tree_map_.hpp511 pointer a_values = s_alloc.allocate(m_size + 1);
592 static value_allocator s_alloc; member in class:pb_assoc::detail::PB_ASSOC_OV_TREE_CLASS_NAME
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c203 ASSERT (s_upto <= s_alloc); \
204 if (s_upto >= s_alloc) \
206 size_t s_alloc_new = s_alloc + S_ALLOC_STEP; \
207 s = __GMP_REALLOCATE_FUNC_TYPE (s, s_alloc, s_alloc_new, char); \
208 s_alloc = s_alloc_new; \
220 size_t s_upto, s_alloc, hexexp; local
237 s_alloc = S_ALLOC_STEP;
238 s = __GMP_ALLOCATE_FUNC_TYPE (s_alloc, char);
425 (*__gmp_free_func) (s, s_alloc);

Completed in 53 milliseconds