xo-alloc2: streamline setup

This commit is contained in:
Roland Conybeare 2026-03-16 19:12:09 -05:00
commit 1ffa28ec16
3 changed files with 4 additions and 19 deletions

View file

@ -4,17 +4,17 @@
**/
#include "init_alloc2.hpp"
#include "alloc2_register_facets.hpp"
#include "SetupAlloc2.hpp"
namespace xo {
using xo::mm::alloc2_register_facets;
using xo::mm::SetupAlloc2;
// using xo::mm::alloc2_register_types;
// using xo::mm::CollectorTypeRegistry;
void
InitSubsys<S_alloc2_tag>::init()
{
alloc2_register_facets();
SetupAlloc2::register_facets();
}
InitEvidence