[PATCH] D58723: [scudo][standalone] Add bytemap classes
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 09:12:08 PST 2019
cryptoad created this revision.
cryptoad added reviewers: vitalybuka, eugenis, morehouse, flowerhack, dmmoore415, mcgrathr.
Herald added subscribers: Sanitizers, jfb, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.
The bytemap classes will be used by the primary32 allocator to associate
classes with memory regions. It's similar to the sanitizer_common one
except for the fact that the base (level1) maps are mapped instead of
being static to reduce the memory footprint of an uninitialized allocator.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D58723
Files:
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/bytemap.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/bytemap_test.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58723.188567.patch
Type: text/x-patch
Size: 5626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190227/2c1e7443/attachment.bin>
More information about the llvm-commits
mailing list