#include <subsql.h>
Public Member Functions | |
| dbTmpAllocator () | |
| ~dbTmpAllocator () | |
| void | reset () |
| void * | alloc (size_t size) |
Private Types | |
| enum | { CHUNK_SIZE = 4096 } |
Private Attributes | |
| Chunk * | curr |
| size_t | used |
Classes | |
| struct | Chunk |
| dbTmpAllocator | ( | ) | [inline] |
| ~dbTmpAllocator | ( | ) | [inline] |
| void reset | ( | ) | [inline] |
| void* alloc | ( | size_t | size | ) | [inline] |
size_t used [private] |