[PATCH] D93729: scudo: Replace the Cache argument on MapAllocator with a Config argument. NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 13:48:08 PST 2020
pcc created this revision.
pcc added reviewers: eugenis, hctim, cryptoad.
pcc requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
This will allow the secondary allocator to access the
MaySupportMemoryTagging bool.
Depends on D93728 <https://reviews.llvm.org/D93728>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D93729
Files:
compiler-rt/lib/scudo/standalone/combined.h
compiler-rt/lib/scudo/standalone/secondary.h
compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93729.313424.patch
Type: text/x-patch
Size: 4375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201222/e2bb5038/attachment.bin>
More information about the llvm-commits
mailing list