Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h139 void *GetBlockBeginFastLocked(void *p) { in GetBlockBeginFastLocked() function
142 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()
H A Dsanitizer_allocator_secondary.h218 void *GetBlockBeginFastLocked(void *ptr) { in GetBlockBeginFastLocked() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp253 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp800 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p)); in GetAsanChunkByAddrFastLocked()