xo-alloc2 xo-gc: assorted utest-guided cleanup ++ coverage
This commit is contained in:
parent
04bdc763bf
commit
9b84ef8a7f
12 changed files with 111 additions and 11 deletions
15
include/xo/alloc2/ArenaIterator.hpp
Normal file
15
include/xo/alloc2/ArenaIterator.hpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/** @file ArenaIterator.hpp
|
||||
*
|
||||
* @author Roland Conybeare, May 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
// reminder: we can't put this AAllocIterator support in xo-arena
|
||||
// because xo-arena is a dependency of xo-facet, which we're relying
|
||||
// on here
|
||||
|
||||
#include <xo/arena/DArenaIterator.hpp>
|
||||
#include "arena/IAllocIterator_DArenaIterator.hpp"
|
||||
|
||||
/* end ArenaIterator.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue