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
|
|
@ -75,7 +75,7 @@ namespace xo {
|
|||
mapped_range_{reserved_range_.prefix(0)},
|
||||
occupied_range_{mapped_range_.prefix(0)},
|
||||
input_range_{occupied_range_.prefix(0)},
|
||||
pinned_spans_{}
|
||||
pinned_spans_{DArenaVector<span_type>::map(ArenaConfig().with_name(config.name_ + "-pins"))}
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue