Searched refs:_S_top (Results 1 – 8 of 8) sorted by relevance
104 static _Atomic_word _S_top = 0; in xalloc() local105 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4; in xalloc()
120 static _Atomic_word _S_top = 0; in xalloc() local121 return __gnu_cxx::__exchange_and_add_dispatch(&_S_top, 1) + 4; in xalloc()
Completed in 21 milliseconds