[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
Loading
Please sign in to comment