__gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx) | __gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx) |
NAME¶
__gnu_cxx::__detail::_Ffit_finder< _Tp > - The class which acts as a predicate for applying the first-fit memory allocation policy for the bitmap allocator.
SYNOPSIS¶
#include <bitmap_allocator.h>
Public Types¶
typedef _Block_pair argument_type
typedef bool result_type
Public Member Functions¶
std::size_t * _M_get () const throw ()
_Counter_type _M_offset () const throw ()
bool operator() (_Block_pair __bp) throw ()
Detailed Description¶
template<typename _Tp>¶
class __gnu_cxx::__detail::_Ffit_finder< _Tp >"The class which acts as a predicate for applying the first-fit memory allocation policy for the bitmap allocator.
Definition at line 326 of file bitmap_allocator.h.
Member Typedef Documentation¶
template<typename _Tp > typedef _Block_pair __gnu_cxx::__detail::_Ffit_finder< _Tp >::argument_type¶
Definition at line 337 of file bitmap_allocator.h.
template<typename _Tp > typedef bool __gnu_cxx::__detail::_Ffit_finder< _Tp >::result_type¶
Definition at line 336 of file bitmap_allocator.h.
Constructor & Destructor Documentation¶
template<typename _Tp > __gnu_cxx::__detail::_Ffit_finder< _Tp >::_Ffit_finder () [inline]¶
Definition at line 339 of file bitmap_allocator.h.
Member Function Documentation¶
template<typename _Tp > std::size_t * __gnu_cxx::__detail::_Ffit_finder< _Tp >::_M_get () const [inline]¶
Definition at line 378 of file bitmap_allocator.h.
template<typename _Tp > _Counter_type __gnu_cxx::__detail::_Ffit_finder< _Tp >::_M_offset () const [inline]¶
Definition at line 382 of file bitmap_allocator.h.
template<typename _Tp > bool __gnu_cxx::__detail::_Ffit_finder< _Tp >::operator() (_Block_pair __bp) [inline]¶
Definition at line 343 of file bitmap_allocator.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |