Remove spurious store to pagemap

The same operation was just done one the other side of the loop above
and the loop does not modify this location in the map.
This commit is contained in:
Nathaniel Filardo
2019-04-25 14:31:17 +01:00
parent 2af4c64698
commit 6f8623b5d7

View File

@@ -211,8 +211,6 @@ namespace snmalloc
ss, static_cast<uint8_t>(64 + i + SUPERSLAB_BITS), run);
ss = ss + SUPERSLAB_SIZE * run;
}
PagemapProvider::pagemap().set(
address_cast(p), static_cast<uint8_t>(size_bits));
}
/**
* Update the pagemap to remove a large allocation, of `size` bytes from