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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc534 _Thread_record* _M_old_freelist local
539 = &_M_thread_freelist[_M_old_freelist - _M_old_array];
540 while (_M_old_freelist)
543 if (_M_old_freelist->_M_next)
544 next_id = _M_old_freelist->_M_next - _M_old_array;
547 _M_thread_freelist[_M_old_freelist->_M_id - 1]._M_next
549 _M_old_freelist = _M_old_freelist->_M_next;
727 _Thread_record* _M_old_freelist local
732 = &_M_thread_freelist[_M_old_freelist
[all...]

Completed in 41 milliseconds