xo-alloc2: streamline setup

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

View file

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