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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc47 size_t _M_max_threads; member in struct:__anon1915::__freelist
274 const size_t __max_threads = __options._M_max_threads + 1;
361 const size_t __max_threads = __options._M_max_threads + 1;
503 || freelist._M_max_threads < _M_options._M_max_threads)
506 * _M_options._M_max_threads;
513 for (__i = 1; __i < _M_options._M_max_threads; ++__i)
546 next_id = freelist._M_max_threads;
554 freelist._M_max_threads = _M_options._M_max_threads;
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h99 size_t _M_max_threads; member in struct:__pool_base::_Tune
115 _M_chunk_size(_S_chunk_size), _M_max_threads(_S_max_threads),
124 _M_chunk_size(__chunk), _M_max_threads(__maxthreads),

Completed in 52 milliseconds