xo-arena: annex AllocInfo.*pp from xo-alloc2
This commit is contained in:
parent
8e75dfec3d
commit
5299ec554d
5 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ set(SELF_LIB xo_alloc2)
|
|||
set(SELF_SRCS
|
||||
|
||||
# AllocError.cpp
|
||||
AllocInfo.cpp
|
||||
# AllocInfo.cpp
|
||||
cmpresult.cpp
|
||||
|
||||
AAllocator.cpp
|
||||
|
|
|
|||
|
|
@ -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})
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue