|
Givaro 4.2.1
|
Memory management in Givaro two memory managers: More...
#include <cstring>#include <stddef.h>#include <iostream>#include <new>#include "givaro/givmodule.h"#include "givaro/givbasictype.h"#include <givaro/givconfig.h>
Include dependency graph for givaromm.h:Data Structures | |
| class | GivMMInfo |
| Static informations of memory allocation. More... | |
| class | BlocFreeList |
| Data structure of a bloc. More... | |
| class | GivMMFreeList |
| Implementation of a memory manager with free-lists. More... | |
| class | GivMMRefCount |
| Memory management with reference counter on allocated data. More... | |
| class | GivaroMM< T > |
| Memory manager that allocates array of object of type T for. More... | |
Namespaces | |
| namespace | Givaro |
| Namespace in which the whole Givaro library resides. | |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const GivMMInfo &T) |
| IO. | |
Memory management in Givaro two memory managers:
The latter used method of the former.