xo-arena: annex ArenaConfig.*pp from xo-alloc2/

This commit is contained in:
Roland Conybeare 2026-01-06 00:17:13 -05:00
commit 725b32258b
5 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#pragma once
#include "AllocHeaderConfig.hpp"
//#include "alloc/AllocError.hpp"
#include <string>
#include <cstdint>

View file

@ -8,7 +8,7 @@ set(SELF_SRCS
cmpresult.cpp
AAllocator.cpp
ArenaConfig.cpp
# ArenaConfig.cpp
DArena.cpp
IAllocator_Any.cpp
IAllocator_DArena.cpp

View file

@ -4,6 +4,7 @@
**/
#include "ArenaConfig.hpp"
namespace xo {
namespace mm {
ArenaConfig

View file

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