#include <Pool.h>
Public Member Functions | |
Pool () | |
Pool (size_t) | |
~Pool () | |
void * | alloc () |
void | free (void *b) |
Static Public Member Functions | |
static size_t | log2_align () |
static size_t | align () |
static size_t | align_mask () |
static size_t | round_to_align (size_t s) |
Definition at line 26 of file Pool.h.
|
|
|
|
|
Definition at line 52 of file Pool.cpp. References PInsist. |
|
Definition at line 39 of file Pool.h. References log2_align(). Referenced by align_mask(), and round_to_align(). Here is the call graph for this function: |
|
Definition at line 40 of file Pool.h. References align(). Referenced by round_to_align(). Here is the call graph for this function: |
|
Definition at line 62 of file Pool.h. Referenced by Pooled< LField< T, Dim > >::operator new(). |
|
Definition at line 80 of file Pool.h. Referenced by Pooled< LField< T, Dim > >::operator delete(). |
|
Definition at line 38 of file Pool.h. Referenced by align(). |
|
Definition at line 42 of file Pool.h. References align(), and align_mask(). Here is the call graph for this function: |