Home
last modified time | relevance | path

Searched refs:__next_obj (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dpool_allocator.cc138 _Obj* __next_obj; in _M_refill() local
146 *__free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _M_refill()
149 __current_obj = __next_obj; in _M_refill()
150 __next_obj = (_Obj*)(void*)((char*)__next_obj + __n); in _M_refill()
157 __current_obj->_M_free_list_link = __next_obj; in _M_refill()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dpthread_allocimpl.h343 __obj * __current_obj, * __next_obj; in _M_refill() local
354 *__my_free_list = __next_obj = (__obj *)(__chunk + __n); in _M_refill()
356 __current_obj = __next_obj; in _M_refill()
357 __next_obj = (__obj *)((char *)__next_obj + __n); in _M_refill()
362 __current_obj -> __free_list_link = __next_obj; in _M_refill()
Dstl_alloc.h554 _Obj* __next_obj; in _S_refill() local
563 *__my_free_list = __next_obj = (_Obj*)(void*)(__chunk + __n); in _S_refill()
566 __current_obj = __next_obj; in _S_refill()
567 __next_obj = (_Obj*)(void*)((char*)__next_obj + __n); in _S_refill()
574 __current_obj -> _M_free_list_link = __next_obj; in _S_refill()