#include <localcli.h>

Public Member Functions | |
| T * | allocate () |
| void | free (T *desc) |
| fixed_size_object_allocator () | |
| ~fixed_size_object_allocator () | |
Protected Attributes | |
| T * | free_chain |
| dbMutex | mutex |
| fixed_size_object_allocator | ( | ) | [inline] |
| ~fixed_size_object_allocator | ( | ) | [inline] |
| T* allocate | ( | ) | [inline] |
Reimplemented in descriptor_table, descriptor_table< statement_desc >, and descriptor_table< session_desc >.
| void free | ( | T * | desc | ) | [inline] |
T* free_chain [protected] |