Searched refs:__next_obj (Results 1 – 1 of 1) sorted by relevance
443 _Obj* __next_obj; in _S_refill() local447 *__my_free_list = __next_obj = __REINTERPRET_CAST(_Obj*, __chunk + __n); in _S_refill()449 __current_obj = __next_obj; in _S_refill()450 __next_obj = __REINTERPRET_CAST(_Obj*, __REINTERPRET_CAST(char*, __next_obj) + __n); in _S_refill()451 __current_obj->_M_next = __next_obj; in _S_refill()453 __next_obj->_M_next = 0; in _S_refill()859 __obj * __current_obj, * __next_obj; in _M_refill() local870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n); in _M_refill()872 __current_obj = __next_obj; in _M_refill()873 __next_obj = (__obj *)((char *)__next_obj + __n); in _M_refill()[all …]