Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dmt_allocator.cc274 const size_t __max_threads = __options._M_max_threads + 1; in _M_reclaim_block() local
276 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() local
363 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() local
562 __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 …]