Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dpool_allocator.h86 enum { _S_max_bytes = 128 }; enumerator
87 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align };
215 if (__bytes > size_t(_S_max_bytes) || _S_force_new == 1) in allocate()
244 if (__bytes > static_cast<size_t>(_S_max_bytes) || _S_force_new == 1) in deallocate()
Dmt_allocator.h62 enum { _S_max_bytes = 128 }; enumerator
114 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin), in _Tune()
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dpool_allocator.cc103 for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align) in _M_allocate_chunk()