include/Allocator.h File Reference

#include <os.h>
#include <Mutex.h>
#include <ErrorType.h>

Include dependency graph for Allocator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  VarSizeInfo
class  PageInfo
class  ChunkIterator
class  Chunk

Typedefs

typedef void Page

Enumerations

enum  AllocType { FixedSizeAllocator = 0, VariableSizeAllocator = 1, UnknownAllocator }


Typedef Documentation

typedef void Page

Definition at line 22 of file Allocator.h.


Enumeration Type Documentation

enum AllocType

Enumerator:
FixedSizeAllocator 
VariableSizeAllocator 
UnknownAllocator 

Definition at line 24 of file Allocator.h.

00025 {
00026     FixedSizeAllocator = 0,
00027     VariableSizeAllocator = 1,
00028     UnknownAllocator
00029 };


Generated on Mon Jun 9 22:37:21 2008 for csql by  doxygen 1.4.7