xo-alloc2/include/xo/alloc2/Allocator.hpp
Roland Conybeare b780d1da4c refactor focusing on xo-alloc2/ xo-gc/ write-barrier
ability to inform allocator of gco->gco mutation, via AAllocator i/face.
2026-05-01 19:54:26 -04:00

15 lines
285 B
C++

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