ability to inform allocator of gco->gco mutation, via AAllocator i/face.
15 lines
299 B
C++
15 lines
299 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"
|
|
|
|
//#include "alloc/RAllocator_aux.hpp"
|
|
|
|
/* end Allocator_basic.hpp */
|