|
ergo
|
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 | |
| namespace | mat |
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.