Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc156 OnUserAlloc(thr, pc, (uptr)p, sz, true); in user_alloc()
180 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc() function
Dtsan_interface_java.cc101 OnUserAlloc(thr, pc, ptr, size, false); in __tsan_java_alloc()
Dtsan_rtl.h656 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write);