refactor focusing on xo-alloc2/ xo-gc/ write-barrier
ability to inform allocator of gco->gco mutation, via AAllocator i/face.
This commit is contained in:
parent
de13d02ed1
commit
b780d1da4c
17 changed files with 149 additions and 18 deletions
15
include/xo/alloc2/Allocator_basic.hpp
Normal file
15
include/xo/alloc2/Allocator_basic.hpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/** @file Allocator_basic.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_basic.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue