DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_cxx::__pool_base.3cxx.en
__gnu_cxx::__pool_base(3cxx) __gnu_cxx::__pool_base(3cxx)

__gnu_cxx::__pool_base - Base class for pool object.

#include <mt_allocator.h>

Inherited by __gnu_cxx::__pool< false >, and __gnu_cxx::__pool< true >.


typedef unsigned short int _Binmap_type
typedef std::size_t size_t


__pool_base (const _Tune &__options)
bool _M_check_threshold (size_t __bytes)
size_t _M_get_align ()
size_t _M_get_binmap (size_t __bytes)
const _Tune & _M_get_options () const
void _M_set_options (_Tune __t)


_Binmap_type * _M_binmap
bool _M_init
_Tune _M_options

Base class for pool object.

Definition at line 49 of file mt_allocator.h.

Definition at line 53 of file mt_allocator.h.

Definition at line 54 of file mt_allocator.h.

Definition at line 159 of file mt_allocator.h.

Definition at line 163 of file mt_allocator.h.

Definition at line 147 of file mt_allocator.h.

Definition at line 155 of file mt_allocator.h.

Definition at line 151 of file mt_allocator.h.

Definition at line 136 of file mt_allocator.h.

Definition at line 140 of file mt_allocator.h.

Definition at line 177 of file mt_allocator.h.

Definition at line 182 of file mt_allocator.h.

Definition at line 175 of file mt_allocator.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++