xo-alloc2: streamline setup
This commit is contained in:
parent
a4e6328b7e
commit
1ffa28ec16
3 changed files with 4 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue