Remove local state from Pagemap representation.
This commit is contained in:
committed by
Matthew Parkinson
parent
be98a27bf1
commit
eb00f3184f
@@ -234,7 +234,7 @@ namespace snmalloc
|
||||
#endif
|
||||
MetaEntry entry{meta, remote, sizeclass};
|
||||
SharedStateHandle::Pagemap::set_metaentry(
|
||||
&local_state, address_cast(slab), slab_size, entry);
|
||||
address_cast(slab), slab_size, entry);
|
||||
return {slab, meta};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user