xo-reader2 stack: curate memory pool naming
This commit is contained in:
parent
c931fca242
commit
ecf686b1a9
7 changed files with 22 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue