Searched refs:_S_max_bytes (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h67 * 1. If the clients request an object of size > _S_max_bytes, the resulting
79 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_alloc_base::__anon7107
80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
218 if (__bytes > size_t(_S_max_bytes) || _S_force_new > 0)
247 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new > 0)
H A Dmt_allocator.h59 enum { _S_max_bytes = 128 }; enumerator in enum:__pool_base::_Tune::__anon7057
111 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dpool_allocator.h68 * 1. If the clients request an object of size > _S_max_bytes, the resulting
82 enum { _S_max_bytes = 128 }; enumerator in enum:__gnu_cxx::__pool_alloc_base::__anon4657
83 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
211 if (__bytes > size_t(_S_max_bytes) || _S_force_new == 1)
240 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new == 1)
H A Dmt_allocator.h60 enum { _S_max_bytes = 128 }; enumerator in enum:__gnu_cxx::__pool_base::_Tune::__anon4570
112 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc103 for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc103 for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align)

Completed in 269 milliseconds