[PATCH] D94207: [NFC] Refactor `IgnoreObjectLocked`
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 17:43:30 PST 2021
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/lib/asan/asan_allocator.cpp:1172
-IgnoreObjectResult IgnoreObjectLocked(const void *p) {
+static ALWAYS_INLINE __asan::AsanChunk *LookUpValidChunk(const void *p) {
uptr addr = reinterpret_cast<uptr>(p);
----------------
do we need ALWAYS_INLINE?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94207/new/
https://reviews.llvm.org/D94207
More information about the llvm-commits
mailing list