xo-umbrella2/xo-alloc2/include/xo/alloc2/SetupAlloc2.hpp
Roland Conybeare 6a82040d48 git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2
subrepo:
  subdir:   "xo-alloc2"
  merged:   "4039c29f"
upstream:
  origin:   "git@github.com:Rconybea/xo-alloc2.git"
  branch:   "main"
  commit:   "4039c29f"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:01:14 -04:00

18 lines
337 B
C++

/** @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 */