[PATCH] D32649: [scudo] Add Android support
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 12:01:13 PDT 2017
cryptoad updated this revision to Diff 97994.
cryptoad added a comment.
Renaming `UnusedSince` to `SlowLockPrecedence`.
Also, since I am not 100% sure that the case where all the contexts would have
a 0 `SlowLockPrecedence`, change the `CHECK_NE` to a fallback to the context
currently assigned to the thread.
https://reviews.llvm.org/D32649
Files:
lib/scudo/CMakeLists.txt
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_allocator.h
lib/scudo/scudo_tls.h
lib/scudo/scudo_tls_android.cpp
lib/scudo/scudo_tls_android.h
lib/scudo/scudo_tls_linux.cpp
lib/scudo/scudo_tls_linux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32649.97994.patch
Type: text/x-patch
Size: 12156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170505/d6aae27d/attachment.bin>
More information about the llvm-commits
mailing list