Flow
Documentation for the Flow C++ Library
|
#include "flow_memory_algorithm.h"
#include "flow_memory_resource.h"
#include <cassert>
#include <cstddef>
#include <exception>
Go to the source code of this file.
Classes | |
class | flow::StackMemoryResource |
A stack-based memory resource that allocates memory in a LIFO order from a fixed buffer. Deallocation must happen in reverse order of allocation. Throws std::bad_alloc if there is insufficient space for an allocation. More... | |
struct | flow::StackMemoryResource::Header |
Namespaces | |
namespace | flow |