reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3608     allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
 3611   if (allocated_path && !res) WRAP(free)(allocated_path);
 4180   return WRAP(pthread_mutex_lock)(m);
 4184   return WRAP(pthread_mutex_unlock)(m);
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1109   void *newcond = WRAP(malloc)(pthread_cond_t_sz);
 1114   WRAP(free)(newcond);
 1213     WRAP(free)(cond);
 2131   return WRAP(fork)(fake);