ergo
AllocatorManager.h File Reference

Code for AllocatorManager class used for memory allocation/deallocation in matrix library. More...

#include <stdexcept>
#include <list>
#include <string>
#include <sstream>
#include <iomanip>
#include <iostream>
#include <cstdlib>
#include "Allocator.h"

Go to the source code of this file.

Classes

class  mat::AllocatorManager< Treal >
 

Namespaces

 mat
 

Detailed Description

Code for AllocatorManager class used for memory allocation/deallocation in matrix library.

The AllocatorManager keeps a list of Allocator objects, creating new Allocator objects when necessary.

Author
Elias Rudberg