xo-alloc2: header reorg redux

This commit is contained in:
Roland Conybeare 2025-12-14 17:16:05 -05:00
commit fa32a95be5
14 changed files with 18 additions and 13 deletions

View file

@ -1,6 +1,6 @@
/** @file AAllocator.cpp **/
#include "xo/alloc2/AAllocator.hpp"
#include "alloc/AAllocator.hpp"
namespace xo {
namespace mm {

View file

@ -3,7 +3,7 @@
* @author Roland Conybeare, Dec 2025
**/
#include "xo/alloc2/AAllocator.hpp"
#include "alloc/AAllocator.hpp"
#include "arena/DArena.hpp"
#include "xo/alloc2/padding.hpp"
#include "xo/indentlog/print/tag.hpp"

View file

@ -3,7 +3,7 @@
* @author Roland Conybeare, Dec 2025
**/
#include "IAllocator_Any.hpp"
#include "alloc/IAllocator_Any.hpp"
#include <iostream>
namespace xo {

View file

@ -3,7 +3,7 @@
* @author Roland Conybeare, Dec 2025
**/
#include "IAllocator_DArena.hpp"
#include "arena/IAllocator_DArena.hpp"
#include "padding.hpp"
#include "xo/indentlog/scope.hpp"
#include <cassert>