xo-arena: annex ArenaConfig.*pp from xo-alloc2/
This commit is contained in:
parent
e2cf88eb10
commit
c4734e2960
4 changed files with 1 additions and 89 deletions
|
|
@ -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 */
|
||||
|
|
@ -8,7 +8,7 @@ set(SELF_SRCS
|
|||
cmpresult.cpp
|
||||
|
||||
AAllocator.cpp
|
||||
ArenaConfig.cpp
|
||||
# ArenaConfig.cpp
|
||||
DArena.cpp
|
||||
IAllocator_Any.cpp
|
||||
IAllocator_DArena.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue