Searched refs:_S_max_bytes (Results 1 – 3 of 3) sorted by relevance
86 enum { _S_max_bytes = 128 }; enumerator87 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()
62 enum { _S_max_bytes = 128 }; enumerator114 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin), in _Tune()
103 for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align) in _M_allocate_chunk()