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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp65 s_alloc.deallocate(m_p_e, 1);
75 static entry_allocator s_alloc; member in class:__gnu_pbds::detail::cond_dealtor
80 cond_dealtor<Entry, _Alloc>::s_alloc; member in class:__gnu_pbds::detail::cond_dealtor
/haiku-buildtools/gcc/gmp/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 191 milliseconds