Searched refs:__max_threads (Results 1 – 1 of 1) sorted by relevance
274 const size_t __max_threads = __options._M_max_threads + 1; in _M_reclaim_block() local276 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads); in _M_reclaim_block()361 const size_t __max_threads = __options._M_max_threads + 1; in _M_reserve_block() local363 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads); in _M_reserve_block()558 const size_t __max_threads = _M_options._M_max_threads + 1; in _M_initialize() local562 __v = ::operator new(sizeof(_Block_record*) * __max_threads); in _M_initialize()563 std::memset(__v, 0, sizeof(_Block_record*) * __max_threads); in _M_initialize()568 __v = ::operator new(sizeof(size_t) * __max_threads); in _M_initialize()569 std::memset(__v, 0, sizeof(size_t) * __max_threads); in _M_initialize()573 __v = ::operator new(sizeof(size_t) * __max_threads in _M_initialize()[all …]