xo-reader2 stack: curate memory pool naming

This commit is contained in:
Roland Conybeare 2026-02-03 10:32:43 -05:00
commit cbe845ec29

View file

@ -19,7 +19,7 @@ namespace xo {
bool debug_flag)
: strings_{DArena::map(ArenaConfig{.name_ = "strings",
.size_ = hint_max_capacity})},
map_{hint_max_capacity}
map_{"stringkeys", hint_max_capacity}
{
(void)debug_flag;
}