logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_cxx::__pool_base.3cxx

Author

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

                                                    libstdc++                       __gnu_cxx::__pool_base(3cxx)

Detailed Description

       Base class for pool object.

Name

       __gnu_cxx::__pool_base - Base class for pool object.

Synopsis

       #include <mt_allocator.h>

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

   PublicTypes
       typedef unsigned short int _Binmap_type
       typedef std::size_t size_tPublicMemberFunctions__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)

   ProtectedAttributes
       _Binmap_type * _M_binmap
       bool _M_init
       _Tune _M_options

See Also