xo-gc xo-object2 xo-alloc2: templates for FOMO [WIP]

This commit is contained in:
Roland Conybeare 2025-12-24 19:39:11 -05:00
commit 8f98ed0d2b
3 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ namespace xo {
ArenaConfig
ArenaConfig::simple(std::size_t z)
{
return ArenaConfig { .size_ = z };
return ArenaConfig { .name_ = "anonymous", .size_ = z };
}
}
}