Home
last modified time | relevance | path

Searched refs:GetBlockBeginFastLocked (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h137 void *GetBlockBeginFastLocked(const void *p) { in GetBlockBeginFastLocked() function
140 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()
H A Dsanitizer_allocator_secondary.h218 void *GetBlockBeginFastLocked(const void *ptr) { in GetBlockBeginFastLocked() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp559 reinterpret_cast<uptr>(__hwasan::allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
575 void *block = __hwasan::allocator.GetBlockBeginFastLocked( in GetUserBegin()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp281 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp839 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p)); in GetAsanChunkByAddrFastLocked()