Home
last modified time | relevance | path

Searched defs:__free_list (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dpool_allocator.cc86 _Obj* volatile* __free_list = _M_get_free_list(__bytes_left); in _M_allocate_chunk() local
105 _Obj* volatile* __free_list = _M_get_free_list(__i); in _M_allocate_chunk() local
135 _Obj* volatile* __free_list; in _M_refill() local
H A Dbitmap_allocator.cc57 const vector_type& __free_list = _M_get_free_list(); in _M_get() local
112 vector_type& __free_list = _M_get_free_list(); in _M_clear() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h219 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in allocate() local
248 _Obj* volatile* __free_list = _M_get_free_list(__bytes); in deallocate() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dpthread_allocimpl.h92 _Pthread_alloc_obj* volatile __free_list[_S_NFREELISTS]; member