xo-alloc2: + missing setup .*pp files

This commit is contained in:
Roland Conybeare 2026-03-16 19:12:31 -05:00
commit 8a490c23ce
2 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,18 @@
/** @file SetupAlloc2.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
namespace xo {
namespace mm {
class SetupAlloc2 {
public:
/** Register alloc2 (facet,impl) combinations with Facet Registry **/
static bool register_facets();
};
}
}
/* end SetupAlloc2.hpp */