Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc190 extern "C" void WEAK __tsan_malloc_hook(void *ptr, uptr size) { in __tsan_malloc_hook() function
204 __tsan_malloc_hook(ptr, size); in invoke_malloc_hook()