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

This commit is contained in:
Roland Conybeare 2026-01-06 00:17:13 -05:00
commit c4734e2960
4 changed files with 1 additions and 89 deletions

View file

@ -1,17 +0,0 @@
/** @file ArenaConfig.cpp
*
* @author Roland Conybeare, Dec 2025
**/
#include "ArenaConfig.hpp"
namespace xo {
namespace mm {
ArenaConfig
ArenaConfig::simple(std::size_t z)
{
return ArenaConfig { .name_ = "anonymous", .size_ = z };
}
}
}
/* end ArenaConfig.cpp */

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