[PATCH] D31947: [scudo] Android support groundwork
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 09:06:14 PDT 2017
cryptoad updated this revision to Diff 95768.
cryptoad added a comment.
Added descriptions to scudo_thread*.
One of the additional change that didn't make it to the initial commit was
to move the software CRC32 into scudo_utils.h for inlining purposes.
https://reviews.llvm.org/D31947
Files:
lib/scudo/CMakeLists.txt
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_allocator.h
lib/scudo/scudo_allocator_secondary.h
lib/scudo/scudo_thread.h
lib/scudo/scudo_thread_android.cpp
lib/scudo/scudo_thread_linux.cpp
lib/scudo/scudo_utils.cpp
lib/scudo/scudo_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31947.95768.patch
Type: text/x-patch
Size: 45749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/2a7e3007/attachment.bin>
More information about the llvm-commits
mailing list