Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h135 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
137 return primary_.GetBlockBegin(p); in GetBlockBegin()
138 return secondary_.GetBlockBegin(p); in GetBlockBegin()
145 return primary_.GetBlockBegin(p); in GetBlockBeginFastLocked()
H A Dsanitizer_allocator_secondary.h166 return GetBlockBegin(p) != nullptr; in PointerIsMine()
183 void *GetBlockBegin(const void *ptr) { in GetBlockBegin() function
H A Dsanitizer_allocator_primary32.h194 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
H A Dsanitizer_allocator_primary64.h183 void *GetBlockBegin(const void *p) { in GetBlockBegin() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc208 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_locate_address()
213 region_address = (uptr)allocator()->GetBlockBegin((void *)addr); in __tsan_locate_address()
248 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_get_alloc_stack()
H A Dtsan_external.cc104 void *block_begin = a->GetBlockBegin((void *)addr); in __tsan_external_assign_tag()
H A Dtsan_rtl_report.cc331 void *block_begin = a->GetBlockBegin((void*)addr); in AddLocation()
338 loc->heap_chunk_start = (uptr)allocator()->GetBlockBegin((void *)addr); in AddLocation()
H A Dtsan_mman.cc372 return allocator()->GetBlockBegin(p) != 0; in __sanitizer_get_ownership()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc289 void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address)); in FindHeapChunkByAddress()
300 const void *beg = allocator.GetBlockBegin(untagged_ptr); in AllocationSize()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc282 void *chunk = allocator.GetBlockBegin(p); in IgnoreObjectLocked()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc249 const void *beg = allocator.GetBlockBegin(p); in AllocationSize()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc127 return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this)); in AllocBeg()
720 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr()