Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator64.h179 static void *GetBlockBegin(void *p) { in GetBlockBegin() function
428 void *GetBlockBegin(void *p) { in GetBlockBegin() function
535 void *GetBlockBegin(void *p) { in GetBlockBegin() function
537 return primary_.GetBlockBegin(p); in GetBlockBegin()
538 return secondary_.GetBlockBegin(p); in GetBlockBegin()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc198 loc->addr = (uptr)allocator()->GetBlockBegin((void*)addr); in AddLocation()