[PATCH] D32440: [scudo] Move thread local variables into their own files
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 10:21:56 PDT 2017
cryptoad updated this revision to Diff 96939.
cryptoad added a comment.
Changing the fastpath functions to ALWAYS_INLINE as per Aleksey's suggestion.
https://reviews.llvm.org/D32440
Files:
lib/scudo/CMakeLists.txt
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_allocator.h
lib/scudo/scudo_tls.h
lib/scudo/scudo_tls_linux.cpp
lib/scudo/scudo_tls_linux.h
lib/scudo/scudo_utils.cpp
lib/scudo/scudo_utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32440.96939.patch
Type: text/x-patch
Size: 24204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/803d041f/attachment.bin>
More information about the llvm-commits
mailing list