Skip to content
Commit bfd69e05 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by...

[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by default). When true, it will cause all TransferBatches to be allocated on a separate dedicated size class, which improves security and may potentially simplify memory reclamation. However in the current state this may cause up to 3% extra memory usage. Subsequent changes should bring this overhead down

llvm-svn: 276377
parent be6328b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment