|
Flow
Documentation for the Flow C++ Library
|
#include "flow_memory_algorithm.h"#include "flow_memory_resource.h"#include <cstddef>#include <exception>Go to the source code of this file.
Classes | |
| class | flow::PoolMemoryResource |
| A pool memory resource that manages fixed-size memory blocks from a pre-allocated buffer. The allocation size must be less or equal to the block size. The allocation alignment must be less or equal to the block alignment. Throws std::bad_alloc if the constraint is not met or run out of memory. More... | |
| struct | flow::PoolMemoryResource::Header |
Namespaces | |
| namespace | flow |