FreePOOMA  2.4.1
Classes
Pool.h File Reference

A class for maintaining a large chunks of memory and handing out small blocks very quickly. More...

#include "Utilities/PAssert.h"
#include <stddef.h>
#include <string.h>
#include <vector>
Include dependency graph for Pool.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Pool
 A Pool maintains a set of page-sized chunks of memory, and hands out small blocks very quickly. More...
struct  Pool::Link

Detailed Description

A class for maintaining a large chunks of memory and handing out small blocks very quickly.

Intended to be used in new and delete operators of small classes.