xo-reader2 stack: curate memory pool naming
This commit is contained in:
parent
6ec8bd53a2
commit
cbe845ec29
1 changed files with 1 additions and 1 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