MemoryMgmt.h File Reference

Defines the Pool and MyAllocator classes used for object memory managment. More...

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


Classes

class  Pool< T >
 Pool is a fast allocating buffer of many objects of the same type. More...
struct  MyAllocator
 MyAllocator is a helper memory allocator for MyPoint, MyPolygon and HalfEdge objects. More...

Detailed Description

Defines the Pool and MyAllocator classes used for object memory managment.