Home
last modified time | relevance | path

Searched refs:GetBlockBegin (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h129 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
131 return primary_.GetBlockBegin(p); in GetBlockBegin()
132 return secondary_.GetBlockBegin(p); in GetBlockBegin()
139 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
H A Dsanitizer_allocator_secondary.h165 return GetBlockBegin(p) != nullptr; in PointerIsMine()
182 void *GetBlockBegin(const void *ptr) const { in GetBlockBegin() function
H A Dsanitizer_allocator_primary32.h206 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
H A Dsanitizer_allocator_primary64.h259 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp209 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address()
214 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address()
249 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack()
H A Dtsan_external.cpp112 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag()
H A Dtsan_mman.cpp371 void *beg = allocator()->GetBlockBegin(p); in user_alloc_begin()
468 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
H A Dtsan_rtl_report.cpp300 block_begin = (uptr)a->GetBlockBegin((void *)addr); in AddLocation()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp407 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()
420 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationBegin()
435 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()
635 uptr chunk = reinterpret_cast<uptr>(__hwasan::allocator.GetBlockBegin(p)); in IgnoreObject()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp187 void *beg = allocator.GetBlockBegin(p); in AllocationBegin()
201 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp154 void *beg = allocator.GetBlockBegin(p); in GetMallocBegin()
335 void *chunk = allocator.GetBlockBegin(p); in IgnoreObject()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp306 void *beg = allocator.GetBlockBegin(p); in AllocationBegin()
320 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp160 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
607 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetMemprofChunkByAddr()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp224 void *p = get_allocator().GetBlockBegin(m); in Recycle()
832 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()