#include "basictypes.h"
#include <cassert>
#include <stdexcept>
#include <stdlib.h>
#include <new>
#include <iostream>
Include dependency graph for mempool.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | MemoryPooled |
Wraps around a class T and redefines new() and delete() member functions. More... | |
class | MemPool |
A memory managed class suitable for many small arrays of type S. More... | |
union | MemPoolObject |
A memory management wrapper around a class S. More... |
Definition in file mempool.h.