[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:16:50 PDT 2017
alekseyshl added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_allocator_primary32.h:314
+ MapUnmapCallback().OnMap(res, map_size);
+ stat->Add(AllocatorStatMapped, map_size);
+ }
----------------
I'd move the allocation into separate private function anyway.
https://reviews.llvm.org/D33454
More information about the llvm-commits
mailing list