[PATCH] D33454: [sanitizer] Change the 32-bit Primary AllocateRegion to reduce fragmentation

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 17:13:00 PDT 2017


alekseyshl added a comment.

How about stashing one region in SizeClassInfo? It is locked and accessible when AllocateRegion is called, just pass it there.


https://reviews.llvm.org/D33454





More information about the llvm-commits mailing list