DescriptionPartitionAlloc: Make in-place realloc() less likely to happen
On direct mapped allocations, we support downsizing realloc() in-place.
As part of trying to figure out what causes apparent OOM crashes, do this
only in much more restricted circumstances:
- Only down to 80 % of the size of the original mapping.
- Only down to sizes larger than the maximum bucketed allocation size.
BUG=368406
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172932
Patch Set 1 #
Total comments: 1
Patch Set 2 : extended test #
Messages
Total messages: 10 (0 generated)
|