Memory management module
Utilities for allocating, destroying and manipulating memory.
Classes
- class muu::blob
- Interface for managing chunks of memory.
-
template <typename T, size_t Extent = dynamic_class muu::span
extent, size_t Alignment = 0> - A non-owning view of contiguous elements.
Variables
- size_t dynamic_extent constexpr
- Indicates the number of elements covered by a span should be dynamically-determined at runtime.
Variable documentation
size_t dynamic_extent constexpr
#include <muu/span.h>
Indicates the number of elements covered by a span should be dynamically-determined at runtime.