#include <pool_allocator.h>
Inheritance diagram for __gnu_cxx::__pool_alloc_base:


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 |
Definition at line 76 of file pool_allocator.h.
1.5.1