Searched refs:__max_threads (Results 1 – 2 of 2) sorted by relevance
290 const size_t __max_threads = __options._M_max_threads + 1; in _M_reclaim_block() local292 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads); in _M_reclaim_block()377 const size_t __max_threads = __options._M_max_threads + 1; in _M_reserve_block() local379 reinterpret_cast<_Atomic_word*>(__bin._M_used + __max_threads); in _M_reserve_block()575 const size_t __max_threads = _M_options._M_max_threads + 1; in _M_initialize() local579 __v = ::operator new(sizeof(_Block_record*) * __max_threads); in _M_initialize()580 std::memset(__v, 0, sizeof(_Block_record*) * __max_threads); in _M_initialize()585 __v = ::operator new(sizeof(size_t) * __max_threads); in _M_initialize()586 std::memset(__v, 0, sizeof(size_t) * __max_threads); in _M_initialize()590 __v = ::operator new(sizeof(size_t) * __max_threads in _M_initialize()[all …]