Base class for classes that act as memory block owners. More...
#include <eagine/memory/block.hpp>
Static Protected Member Functions | |
static auto | acquire_block (block b) noexcept -> owned_block |
Should be called to take the ownership of a memory block. | |
static void | release_block (owned_block &&b) noexcept |
Should be called to release the ownership of a memory block. | |
Base class for classes that act as memory block owners.