xo-alloc2/include/xo/alloc2/Allocator.hpp
Roland Conybeare 8ec0da0248 xo-object2 stack: RAllocator.assign_barrier() works.
use for DList::assign_head(), DArray::assign_at().
2026-05-01 20:14:26 -04:00

11 lines
178 B
C++

/** @file Allocator.hpp
*
* @author Roland Conybeare, Dec 2025
**/
#pragma once
#include "Allocator_basic.hpp"
#include "alloc/RAllocator_aux.hpp"
/* end Allocator.hpp */