xo-alloc2: + missing setup .*pp files
This commit is contained in:
parent
4a2bbd0761
commit
8a490c23ce
2 changed files with 51 additions and 0 deletions
18
include/xo/alloc2/SetupAlloc2.hpp
Normal file
18
include/xo/alloc2/SetupAlloc2.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue