Searched refs:_S_free_list (Results 1 – 1 of 1) sorted by relevance
273 static _Freelist _S_free_list[_STLP_NFREELISTS]; member in __node_alloc_impl320 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_allocate()341 _Obj * _STLP_VOLATILE * __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _M_deallocate()386 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__bytes_left); in _S_chunk_alloc()405 __my_free_list = _S_free_list + _S_FREELIST_INDEX(__i); in _S_chunk_alloc()440 _Obj* _STLP_VOLATILE* __my_free_list = _S_free_list + _S_FREELIST_INDEX(__n); in _S_refill()478 …memset(__REINTERPRET_CAST(char*, __CONST_CAST(_Obj**, &_S_free_list[0])), 0, _STLP_NFREELISTS * si… in _S_chunk_dealloc()486 _Obj* __r = _S_free_list[_S_FREELIST_INDEX(__n)].pop(); in _M_allocate()497 _S_free_list[_S_FREELIST_INDEX(__n)].push(__STATIC_CAST(_Obj*, __p)); in _M_deallocate()517 _Freelist* __my_freelist = _S_free_list + _S_FREELIST_INDEX(__n); in _S_refill()[all …]