xo-alloc2: ++ docs

This commit is contained in:
Roland Conybeare 2025-12-22 20:46:40 -05:00
commit acf371b8c2
5 changed files with 71 additions and 24 deletions

View file

@ -1,5 +1,5 @@
/** @file Collector.hpp
*
*
* @author Roland Conybeare, Dec 2025
**/

View file

@ -6,7 +6,7 @@
#pragma once
#include "alloc/AllocHeaderConfig.hpp"
#include "alloc/AllocError.hpp"
//#include "alloc/AllocError.hpp"
#include <string>
#include <cstdint>

View file

@ -6,6 +6,7 @@
#pragma once
#include "ArenaConfig.hpp"
#include "alloc/AllocError.hpp"
#include "alloc/AllocInfo.hpp"
namespace xo {