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: "???"
13 lines
260 B
C++
13 lines
260 B
C++
/** @file Allocator_basic.hpp
|
|
*
|
|
* @author Roland Conybeare, Dec 2025
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "alloc/AAllocator.hpp"
|
|
#include "alloc/IAllocator_Any.hpp"
|
|
#include "alloc/IAllocator_Xfer.hpp"
|
|
#include "alloc/RAllocator.hpp"
|
|
|
|
/* end Allocator_basic.hpp */
|