commit | 146abcd2168a4a6a32edbc95ba1e59d18e30070c | [log] [tgz] |
---|---|---|
author | Chia-hung Duan <chiahungduan@google.com> | Wed Mar 08 18:26:10 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 08 13:26:02 2023 -0800 |
tree | 83933016be607cc0e14d3b8faa87bad5be8602fe | |
parent | 6c09f8329f685d82f1635752f337be4e4736e920 [diff] |
[scudo] Adjust page map buffer size Given the memory group, we are unlikely to need a huge page map to record entire region. This CL reduces the size of default page map buffer from 2048 to 512 and increase the number of static buffers to 2. Reviewed By: cferris Differential Revision: https://reviews.llvm.org/D144754 GitOrigin-RevId: c514198e4d39743369377011a55e74a8640b08f4 Change-Id: I301c818dee5775546c19640865167344145c5795