man __gnu_cxx::__pool_alloc_base (Fonctions bibliothèques) -
NAME
__gnu_cxx::__pool_alloc_base -
SYNOPSIS
#include <pool_allocator.h>
Inherited by __gnu_cxx::__pool_alloc< Type > [private].
Protected Types
enum
enum
enum
Protected Member Functions
size_t M_round_up (size_t __bytes)
Obj *volatile * M_get_free_list (size_t __bytes)
mutex_type & M_get_mutex ()
void * M_refill (size_t n)
char * M_allocate_chunk (size_t n, int &nobjs)
Static Protected Attributes
static Obj *volatile S_free_list [S_free_list_size]
static char * S_start_free
static char * S_end_free
static size_t S_heap_size
Classes
union Obj
Detailed Description
(See allocators info for more.)
Definition at line 76 of file pool_allocator.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.