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

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

Completed in 149 milliseconds