Searched refs:_S_free_list_size (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align }; enumerator in enum:__pool_alloc_base::__anon7108
88 static _Obj* volatile _S_free_list[_S_free_list_size];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dpool_allocator.h83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align }; enumerator in enum:__gnu_cxx::__pool_alloc_base::__anon4658
91 static _Obj* volatile _S_free_list[_S_free_list_size];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc162 __pool_alloc_base::_Obj* volatile __pool_alloc_base::_S_free_list[_S_free_list_size];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc162 __pool_alloc_base::_Obj* volatile __pool_alloc_base::_S_free_list[_S_free_list_size];

Completed in 326 milliseconds