C-Breeze
C Compiler Infrastructure

[ Project home page]

allocation.h File Reference

Go to the source code of this file.

Typedefs

typedef std::allocator< Location * > location_alloc
typedef std::allocator< memoryBlock * > memoryblock_alloc
typedef std::allocator< memoryDef * > memorydef_alloc
typedef std::allocator< memoryUse * > memoryuse_alloc
typedef std::allocator< basicblockNode * > basicblock_alloc


Typedef Documentation

typedef std::allocator< basicblockNode * > basicblock_alloc
 

Definition at line 88 of file allocation.h.

typedef std::allocator< Location * > location_alloc
 

Definition at line 76 of file allocation.h.

typedef std::allocator< memoryBlock * > memoryblock_alloc
 

Definition at line 79 of file allocation.h.

typedef std::allocator< memoryDef * > memorydef_alloc
 

Definition at line 82 of file allocation.h.

typedef std::allocator< memoryUse * > memoryuse_alloc
 

Definition at line 85 of file allocation.h.


Generated on February 1, 2006
Back to the C-Breeze home page