xo-alloc2: tidy: generation.hpp -> Generation.hpp

This commit is contained in:
Roland Conybeare 2026-04-03 00:04:34 -04:00
commit ebf39b8cc2
12 changed files with 10 additions and 11 deletions

View file

@ -5,7 +5,7 @@
output_impl_subdir: "gc",
includes: [
"<xo/alloc2/Allocator.hpp>",
"<xo/alloc2/generation.hpp>",
"<xo/alloc2/Generation.hpp>",
"<xo/alloc2/role.hpp>",
// "<cstdint>",
// "<cstddef>",

View file

@ -15,7 +15,7 @@
// includes (via {facet_includes})
#include <xo/alloc2/Allocator.hpp>
#include <xo/alloc2/generation.hpp>
#include <xo/alloc2/Generation.hpp>
#include <xo/alloc2/role.hpp>
#include <xo/facet/obj.hpp>
#include <xo/facet/facet_implementation.hpp>

View file

@ -14,7 +14,7 @@
#pragma once
#include <xo/alloc2/Allocator.hpp>
#include <xo/alloc2/generation.hpp>
#include <xo/alloc2/Generation.hpp>
#include <xo/alloc2/role.hpp>
namespace xo {

View file

@ -11,7 +11,7 @@
#include "GCObjectStore.hpp"
#include "MutationLogState.hpp"
#include "X1VerifyStats.hpp"
#include "generation.hpp"
//#include "generation.hpp"
#include "object_age.hpp"
#include "role.hpp"
#include <xo/alloc2/Allocator.hpp>

View file

@ -6,7 +6,7 @@
#pragma once
#include "AllocInfo.hpp"
#include "generation.hpp"
#include "Generation.hpp"
#include <xo/arena/DArenaIterator.hpp>
#include <xo/arena/cmpresult.hpp>

View file

@ -7,7 +7,7 @@
#include "GCObjectStoreConfig.hpp"
#include "ObjectTypeSlot.hpp"
#include "generation.hpp"
//#include "Generation.hpp"
#include "object_age.hpp"
#include <xo/alloc2/role.hpp>
#include <array>

View file

@ -5,7 +5,7 @@
#pragma once
#include "generation.hpp"
#include "Generation.hpp"
#include "object_age.hpp"
#include <xo/arena/DArena.hpp>

View file

@ -6,7 +6,7 @@
#pragma once
#include "object_age.hpp"
#include "generation.hpp"
#include "Generation.hpp"
#include <cstddef>
#include <cstdint>

View file

@ -8,7 +8,7 @@
#include "GCObjectStoreConfig.hpp"
#include "MutationLogConfig.hpp"
#include "object_age.hpp"
#include "generation.hpp"
//#include "Generation.hpp"
#include <xo/arena/ArenaConfig.hpp>
#include <array>
#include <cstdint>

View file

@ -15,7 +15,6 @@
#include <xo/alloc2/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include <xo/alloc2/Arena.hpp>
#include <xo/alloc2/generation.hpp>
#include "object_age.hpp"
#include <xo/facet/obj.hpp>
#include <xo/indentlog/scope.hpp>

View file

@ -10,7 +10,7 @@
#include <xo/type/FunctionType.hpp>
#include <xo/type/AtomicType.hpp>
#include <xo/alloc2/Collector.hpp>
#include <xo/alloc2/generation.hpp>
#include <xo/alloc2/Generation.hpp>
namespace xo {
using xo::mm::ACollector;