Searched refs:_M_max_bytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc168 // Calculate the number of bins required based on _M_max_bytes.
171 while (_M_options._M_max_bytes > __bin_size)
178 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type);
183 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct)
465 // Calculate the number of bins required based on _M_max_bytes.
468 while (_M_options._M_max_bytes > __bin_size)
475 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type);
480 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct)
658 // Calculate the number of bins required based on _M_max_bytes.
661 while (_M_options._M_max_bytes > __bin_siz
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h78 size_t _M_max_bytes; member in struct:__pool_base::_Tune
82 // much smaller than _M_max_bytes).
90 // NB: At least one order of magnitude > _M_max_bytes.
114 : _M_align(_S_align), _M_max_bytes(_S_max_bytes), _M_min_bin(_S_min_bin),
123 : _M_align(__align), _M_max_bytes(__maxb), _M_min_bin(__minbin),
148 { return __bytes > _M_options._M_max_bytes || _M_options._M_force_new; }
677 // Requests larger than _M_max_bytes are handled by operator
721 // Requests larger than _M_max_bytes are handled by

Completed in 41 milliseconds