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

/freebsd-10.2-release/contrib/libstdc++/src/
H A Dmt_allocator.cc536 _Thread_record* _M_old_array local
539 = &_M_thread_freelist[_M_old_freelist - _M_old_array];
544 next_id = _M_old_freelist->_M_next - _M_old_array;
551 ::operator delete(static_cast<void*>(_M_old_array));
729 _Thread_record* _M_old_array local
732 = &_M_thread_freelist[_M_old_freelist - _M_old_array];
737 next_id = _M_old_freelist->_M_next - _M_old_array;
744 ::operator delete(static_cast<void*>(_M_old_array));

Completed in 71 milliseconds