Searched refs:__strdup (Results 1 – 6 of 6) sorted by relevance
255 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() argument350 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
41 __strdup U
446 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument629 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
336 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() argument341 char *res = REAL(__strdup)(src); in INTERCEPTOR()345 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
453 /// char * __strdup(const char *s);455 TLI_DEFINE_STRING_INTERNAL("__strdup")
1105 fun:__strdup=uninstrumented