HomeSort by relevance Sort by last modified time
    Searched refs:OnUserFree (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 174 OnUserFree(thr, pc, (uptr)p, true);
189 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) {
tsan_rtl.h 657 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write);

Completed in 858 milliseconds