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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc274 const size_t __max_threads = __options._M_max_threads + 1; local
276 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
361 const size_t __max_threads = __options._M_max_threads + 1; local
363 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads);
558 const size_t __max_threads = _M_options._M_max_threads + 1; local
562 __v = ::operator new(sizeof(_Block_record*) * __max_threads);
563 std::memset(__v, 0, sizeof(_Block_record*) * __max_threads);
568 __v = ::operator new(sizeof(size_t) * __max_threads);
569 std::memset(__v, 0, sizeof(size_t) * __max_threads);
573 __v = ::operator new(sizeof(size_t) * __max_threads
751 const size_t __max_threads = _M_options._M_max_threads + 1; local
[all...]

Completed in 95 milliseconds