#include <mt_allocator.h>
Base class for pool object.
Definition at line 49 of file mt_allocator.h.
◆ _Binmap_type
typedef unsigned short int __gnu_cxx::__pool_base::_Binmap_type |
◆ size_t
typedef std::size_t __gnu_cxx::__pool_base::size_t |
◆ __pool_base() [1/2]
__gnu_cxx::__pool_base::__pool_base |
( |
| ) |
|
|
inlineexplicit |
◆ __pool_base() [2/2]
__gnu_cxx::__pool_base::__pool_base |
( |
const _Tune & |
__options | ) |
|
|
inlineexplicit |
◆ _M_check_threshold()
bool __gnu_cxx::__pool_base::_M_check_threshold |
( |
size_t |
__bytes | ) |
|
|
inline |
◆ _M_get_align()
size_t __gnu_cxx::__pool_base::_M_get_align |
( |
| ) |
|
|
inline |
◆ _M_get_binmap()
size_t __gnu_cxx::__pool_base::_M_get_binmap |
( |
size_t |
__bytes | ) |
|
|
inline |
◆ _M_get_options()
const _Tune & __gnu_cxx::__pool_base::_M_get_options |
( |
| ) |
const |
|
inline |
◆ _M_set_options()
void __gnu_cxx::__pool_base::_M_set_options |
( |
_Tune |
__t | ) |
|
|
inline |
◆ _M_binmap
_Binmap_type* __gnu_cxx::__pool_base::_M_binmap |
|
protected |
◆ _M_init
bool __gnu_cxx::__pool_base::_M_init |
|
protected |
◆ _M_options
_Tune __gnu_cxx::__pool_base::_M_options |
|
protected |
The documentation for this struct was generated from the following file: