xo-alloc2: ++ plumbing for AAllocator / DArena
This commit is contained in:
parent
f52184f84c
commit
e21debcda2
11 changed files with 228 additions and 91 deletions
|
|
@ -3,16 +3,7 @@
|
|||
#include "xo/alloc2/AAllocator.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::facet::DVariantPlaceholder;
|
||||
using xo::facet::typeseq;
|
||||
using xo::facet::valid_facet_implementation;
|
||||
|
||||
namespace mm {
|
||||
int32_t
|
||||
IAllocator_Any::s_typeseq = typeseq::id<DVariantPlaceholder>;
|
||||
|
||||
bool
|
||||
IAllocator_Any::_valid = valid_facet_implementation<AAllocator, IAllocator_Any>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue