xo-alloc2: header reorg redux
This commit is contained in:
parent
8134cd27d4
commit
fa32a95be5
14 changed files with 18 additions and 13 deletions
|
|
@ -5,8 +5,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "AAllocator.hpp"
|
||||
#include "IAllocator_Any.hpp"
|
||||
#include "RAllocator.hpp"
|
||||
#include "alloc/AAllocator.hpp"
|
||||
#include "alloc/IAllocator_Any.hpp"
|
||||
#include "alloc/IAllocator_Xfer.hpp"
|
||||
#include "alloc/RAllocator.hpp"
|
||||
|
||||
/* end Allocator.hpp */
|
||||
|
|
|
|||
4
include/xo/alloc2/alloc/README
Normal file
4
include/xo/alloc2/alloc/README
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
AAllocator |<-- IAllocator_Any (D=DVariantPlaceholder)
|
||||
|<-- IAllocator_Xfer<D,..>
|
||||
|
||||
OObject<AAllocator,D> |<-- RAllocator<O>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "AllocatorError.hpp"
|
||||
#include "alloc/AllocatorError.hpp"
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* @author Roland Conybeare, Dec 2025
|
||||
**/
|
||||
|
||||
#include "AAllocator.hpp"
|
||||
#include "IAllocator_Xfer.hpp"
|
||||
#include "alloc/AAllocator.hpp"
|
||||
#include "alloc/IAllocator_Xfer.hpp"
|
||||
#include "arena/DArena.hpp"
|
||||
|
||||
namespace xo {
|
||||
Loading…
Add table
Add a link
Reference in a new issue