xo-alloc2: header reorg + DX1Collector utest
This commit is contained in:
parent
1caa002faa
commit
b38f51c58a
4 changed files with 11 additions and 11 deletions
|
|
@ -3,8 +3,8 @@
|
|||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#include "xo/alloc2/RGCObject.hpp"
|
||||
#include "xo/alloc2/IGCObject_Any.hpp"
|
||||
#include "xo/alloc2/gc/RGCObject.hpp"
|
||||
#include "xo/alloc2/gc/IGCObject_Any.hpp"
|
||||
#include "xo/facet/obj.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "xo/alloc2/AAllocator.hpp"
|
||||
#include "xo/alloc2/AGCObject.hpp"
|
||||
#include "xo/alloc2/IGCObject_Xfer.hpp"
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include "DFloat.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "xo/alloc2/AAllocator.hpp"
|
||||
#include "xo/alloc2/AGCObject.hpp"
|
||||
#include "xo/alloc2/IGCObject_Xfer.hpp"
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include "DInteger.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
#include <xo/alloc2/AAllocator.hpp>
|
||||
#include <xo/alloc2/RAllocator.hpp>
|
||||
#include <xo/alloc2/ACollector.hpp>
|
||||
#include <xo/alloc2/ICollector_Any.hpp>
|
||||
#include <xo/alloc2/RCollector.hpp>
|
||||
#include <xo/alloc2/AGCObject.hpp>
|
||||
#include <xo/alloc2/IGCObject_Xfer.hpp>
|
||||
#include <xo/alloc2/gc/ACollector.hpp>
|
||||
#include <xo/alloc2/gc/ICollector_Any.hpp>
|
||||
#include <xo/alloc2/gc/RCollector.hpp>
|
||||
#include <xo/alloc2/gc/AGCObject.hpp>
|
||||
#include <xo/alloc2/gc/IGCObject_Xfer.hpp>
|
||||
#include "DList.hpp"
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue