xo-arena: annex ArenaConfig.*pp from xo-alloc2/
This commit is contained in:
parent
5299ec554d
commit
725b32258b
5 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "AllocHeaderConfig.hpp"
|
||||
//#include "alloc/AllocError.hpp"
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ set(SELF_SRCS
|
|||
cmpresult.cpp
|
||||
|
||||
AAllocator.cpp
|
||||
ArenaConfig.cpp
|
||||
# ArenaConfig.cpp
|
||||
DArena.cpp
|
||||
IAllocator_Any.cpp
|
||||
IAllocator_DArena.cpp
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
**/
|
||||
|
||||
#include "ArenaConfig.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace mm {
|
||||
ArenaConfig
|
||||
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue