11 lines
178 B
C++
11 lines
178 B
C++
/** @file Allocator.hpp
|
|
*
|
|
* @author Roland Conybeare, Dec 2025
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "Allocator_basic.hpp"
|
|
#include "alloc/RAllocator_aux.hpp"
|
|
|
|
/* end Allocator.hpp */
|