[PATCH] D74178: [scudo][standalone] 32-bit improvement
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 09:40:24 PST 2020
cryptoad updated this revision to Diff 243200.
cryptoad added a comment.
Update the bytemap behavior to store `ClassId + 1` instead of `ClassId`.
This allows to differentiate "unused" and "used-for-transferbatch".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74178/new/
https://reviews.llvm.org/D74178
Files:
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/size_class_map.h
compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74178.243200.patch
Type: text/x-patch
Size: 5702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/1acc59cc/attachment.bin>
More information about the llvm-commits
mailing list