![]() |
Block-Structured AMR Software Framework
|
Coalescing first-fit dynamic memory arena. More...
#include <AMReX_Config.H>#include <AMReX_Arena.H>#include <cstddef>#include <functional>#include <iosfwd>#include <map>#include <mutex>#include <set>#include <string>#include <unordered_set>#include <vector>Go to the source code of this file.
Classes | |
| class | amrex::CArena |
| Coalescing first-fit dynamic memory arena. More... | |
| class | amrex::CArena::Node |
| The nodes in our free list and block list. More... | |
| struct | amrex::CArena::Node::hash |
Namespaces | |
| namespace | amrex |
Coalescing first-fit dynamic memory arena.