Searched refs:OnUserAlloc (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 92 OnUserAlloc(thr, pc, (uptr)p, sz, true); in user_alloc() 104 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc() function
|
D | tsan_interface_java.cc | 101 OnUserAlloc(thr, pc, ptr, size, false); in __tsan_java_alloc()
|
D | tsan_rtl.h | 582 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write);
|