Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/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()
/trueos/contrib/libstdc++/src/
Dpool_allocator.cc103 for (; __i <= (size_t) _S_max_bytes; __i += (size_t) _S_align) in _M_allocate_chunk()
/trueos/contrib/libstdc++/
DChangeLog-20053700 * include/ext/pool_allocator.h: Likewise for _S_max_bytes and