Searched refs:_S_top (Results 1 – 4 of 4) sorted by relevance
108 static _Atomic_word _S_top = 0; in xalloc() local109 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4; in xalloc()
245 static _Atomic_word _S_top = 0; in xalloc() local246 return __exchange_and_add(&_S_top, 1) + 4; in xalloc()
231 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.
249 e.g. _S_top and _M_top. See BADNAMES for a list of forbidden names.