xo-object2 stack: RAllocator.assign_barrier() works.

use for DList::assign_head(), DArray::assign_at().
This commit is contained in:
Roland Conybeare 2026-05-01 20:14:26 -04:00
commit 8ec0da0248
3 changed files with 15 additions and 11 deletions

View file

@ -5,11 +5,7 @@
#pragma once
#include "alloc/AAllocator.hpp"
#include "alloc/IAllocator_Any.hpp"
#include "alloc/IAllocator_Xfer.hpp"
#include "alloc/RAllocator.hpp"
#include "Allocator_basic.hpp"
#include "alloc/RAllocator_aux.hpp"
/* end Allocator.hpp */