Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h143 void *GetBlockBeginFastLocked(void *p) { in GetBlockBeginFastLocked() function
146 return secondary_.GetBlockBeginFastLocked(p); in GetBlockBeginFastLocked()
H A Dsanitizer_allocator_secondary.h216 void *GetBlockBeginFastLocked(void *ptr) { in GetBlockBeginFastLocked() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc232 uptr chunk = reinterpret_cast<uptr>(allocator.GetBlockBeginFastLocked(p)); in PointsIntoChunk()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc125 return get_allocator().GetBlockBeginFastLocked( in AllocBeg()
727 allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p)); in GetAsanChunkByAddrFastLocked()