Lines Matching refs:MEMPROF_INTERCEPT_FUNC
59 #define COMMON_INTERCEPT_FUNCTION(name) MEMPROF_INTERCEPT_FUNC(name)
341 MEMPROF_INTERCEPT_FUNC(strcat); in InitializeMemprofInterceptors()
342 MEMPROF_INTERCEPT_FUNC(strcpy); in InitializeMemprofInterceptors()
343 MEMPROF_INTERCEPT_FUNC(strncat); in InitializeMemprofInterceptors()
344 MEMPROF_INTERCEPT_FUNC(strncpy); in InitializeMemprofInterceptors()
345 MEMPROF_INTERCEPT_FUNC(strdup); in InitializeMemprofInterceptors()
346 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
347 MEMPROF_INTERCEPT_FUNC(index); in InitializeMemprofInterceptors()
349 MEMPROF_INTERCEPT_FUNC(atoi); in InitializeMemprofInterceptors()
350 MEMPROF_INTERCEPT_FUNC(atol); in InitializeMemprofInterceptors()
351 MEMPROF_INTERCEPT_FUNC(strtol); in InitializeMemprofInterceptors()
352 MEMPROF_INTERCEPT_FUNC(atoll); in InitializeMemprofInterceptors()
353 MEMPROF_INTERCEPT_FUNC(strtoll); in InitializeMemprofInterceptors()
356 MEMPROF_INTERCEPT_FUNC(pthread_create); in InitializeMemprofInterceptors()
357 MEMPROF_INTERCEPT_FUNC(pthread_join); in InitializeMemprofInterceptors()