#include <pool_allocator.h>
Protected Types | |
enum | { S_align } |
enum | { S_max_bytes } |
enum | { S_free_list_size } |
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.
anonymous enum [protected] |
anonymous enum [protected] |
anonymous enum [protected] |