DescriptionShrink QueryTracker when freeing everything
Before this, FreeEverything wouldn't free the shm associated with the
QueryTracker, even when all queries have been deleted. shm being at a 2MB
granularity, it leaves at least 2MB of shm per page. This fixes it.
It removes the bucketing of QuerySyncs. The rationale is that the
MappedMemoryManager already does pooling in shm chunks, and one extra level of
pooling seems redundant.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183019
Patch Set 1 #Patch Set 2 : Restore buckets #
Messages
Total messages: 10 (0 generated)
|