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

/haiku/headers/cpp/
H A Dstl_deque.h298 void _M_deallocate_map(_Tp** __p, size_t __n) function in class:_Deque_iterator::_Deque_alloc_base
327 void _M_deallocate_map(_Tp** __p, size_t __n) function in class:_Deque_iterator::_Deque_alloc_base
412 void _M_deallocate_map(_Tp** __p, size_t __n) function in class:_Deque_iterator::_Deque_base
424 _M_deallocate_map(_M_map, _M_map_size);
444 __STL_UNWIND((_M_deallocate_map(_M_map, _M_map_size),
522 using _Base::_M_deallocate_map;
1642 _M_deallocate_map(_M_map, _M_map_size);

Completed in 211 milliseconds