|
Flow
Documentation for the Flow C++ Library
|
#include "flow_memory_resource.h"#include <cassert>#include <cstddef>#include <exception>#include <memory>Go to the source code of this file.
Classes | |
| class | flow::ArenaMemoryResource |
| A linear arena memory resource that allocates memory sequentially from a fixed buffer. Throws std::bad_alloc if there is insufficient space for the requested allocation. More... | |
Namespaces | |
| namespace | flow |