__gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx) | __gnu_cxx::__detail::_Ffit_finder< _Tp >(3cxx) |
__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.
#include <bitmap_allocator.h>
Inherits std::unary_function< std::pair< _Tp, _Tp >, bool >.
typedef std::pair< _Tp, _Tp > argument_type
argument_type is the type of the argument typedef bool
result_type
result_type is the return type
std::size_t * _M_get () const throw ()
_Counter_type _M_offset () const throw ()
bool operator() (_Block_pair __bp) throw ()
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 329 of file bitmap_allocator.h.
argument_type is the type of the argument
Definition at line 120 of file stl_function.h.
result_type is the return type
Definition at line 123 of file stl_function.h.
Definition at line 340 of file bitmap_allocator.h.
Definition at line 379 of file bitmap_allocator.h.
Definition at line 383 of file bitmap_allocator.h.
Definition at line 344 of file bitmap_allocator.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |