xo-arena: annex AllocInfo.*pp from xo-alloc2

This commit is contained in:
Roland Conybeare 2026-01-06 00:14:13 -05:00
commit 5299ec554d
5 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ set(SELF_LIB xo_alloc2)
set(SELF_SRCS
# AllocError.cpp
AllocInfo.cpp
# AllocInfo.cpp
cmpresult.cpp
AAllocator.cpp

View file

@ -3,6 +3,7 @@
set(SELF_LIB xo_arena)
set(SELF_SRCS
AllocError.cpp
AllocInfo.cpp
)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})

View file

@ -16,8 +16,7 @@
#include <xo/gc/detail/IAllocator_DX1Collector.hpp>
#include <xo/gc/detail/ICollector_DX1Collector.hpp>
#include <xo/alloc2/AllocInfo.hpp>
#include <xo/arena/AllocInfo.hpp>
#include <xo/arena/padding.hpp>
#include <xo/indentlog/scope.hpp>