|
Flow
Documentation for the Flow C++ Library
|
#include "flow_memory_resource.h"#include <bit>#include <cassert>#include <cstddef>#include <exception>#include <algorithm>Go to the source code of this file.
Classes | |
| class | flow::BuddyMemoryResource |
| Fixed-size buddy allocator implementing the MemoryResource interface. The min block size is 1 byte, the maximum is 1<<64 bytes. More... | |
| struct | flow::BuddyMemoryResource::BuddyBlock |
Namespaces | |
| namespace | flow |