[PartitionAlloc] Better diagnostics for out-of-address space OOM crashes.
PartitionAlloc may use more virtual address space than other allocators, since the normal bucket superpages are never released to the operating system, by design. This is likely causing some issues on Windows 32 bit, where the virtual address space is typically only 2GiB per process. Bug: 998048 Change-Id: I77f1e142b5092121db7ab30aafb74e8daca72088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584027Reviewed-by:Chris Palmer <palmer@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#838013}
Showing
Please register or sign in to comment