[PATCH] D93728: scudo: Move the configuration for the primary allocator to Config. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 13:47:16 PST 2020


pcc created this revision.
pcc added reviewers: cryptoad, eugenis, hctim.
Herald added a subscriber: phosek.
pcc requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

This will allow the primary and secondary allocators to share
the MaySupportMemoryTagging bool.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93728

Files:
  compiler-rt/lib/scudo/standalone/allocator_config.h
  compiler-rt/lib/scudo/standalone/memtag.h
  compiler-rt/lib/scudo/standalone/primary32.h
  compiler-rt/lib/scudo/standalone/primary64.h
  compiler-rt/lib/scudo/standalone/tests/combined_test.cpp
  compiler-rt/lib/scudo/standalone/tests/primary_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93728.313423.patch
Type: text/x-patch
Size: 16253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201222/7c1e780f/attachment.bin>


More information about the llvm-commits mailing list