C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

allocation.h File Reference

Go to the source code of this file.

Compounds

class  FreelistFunHeap
class  PerClassHeap
class  PointersHeap

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 77 of file allocation.h.

typedef std::allocator< memoryBlock * > memoryblock_alloc
 

Definition at line 80 of file allocation.h.

typedef std::allocator< memoryDef * > memorydef_alloc
 

Definition at line 83 of file allocation.h.

typedef std::allocator< memoryUse * > memoryuse_alloc
 

Definition at line 86 of file allocation.h.


Generated on August 27, 2003
Back to the C-Breeze home page