Lines Matching refs:__r
321 _Obj *__r; in _M_allocate() local
328 if ( (__r = *__my_free_list) != 0 ) { in _M_allocate()
329 *__my_free_list = __r->_M_next; in _M_allocate()
331 __r = _S_refill(__n); in _M_allocate()
337 return __r; in _M_allocate()
486 _Obj* __r = _S_free_list[_S_FREELIST_INDEX(__n)].pop(); in _M_allocate() local
487 if (__r == 0) in _M_allocate()
488 { __r = _S_refill(__n); } in _M_allocate()
493 return __r; in _M_allocate()
1006 void *__r = __a->_M_refill(__n); in allocate() local
1007 return __r; in allocate()
1051 void *__r = __a->_M_refill(__n); in allocate() local
1052 return __r; in allocate()