Searched refs:MEMPROF_INTERCEPT_FUNC (Results 1 – 2 of 2) sorted by relevance
318 MEMPROF_INTERCEPT_FUNC(strcat); in InitializeMemprofInterceptors()319 MEMPROF_INTERCEPT_FUNC(strcpy); in InitializeMemprofInterceptors()320 MEMPROF_INTERCEPT_FUNC(strncat); in InitializeMemprofInterceptors()321 MEMPROF_INTERCEPT_FUNC(strncpy); in InitializeMemprofInterceptors()322 MEMPROF_INTERCEPT_FUNC(strdup); in InitializeMemprofInterceptors()323 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()324 MEMPROF_INTERCEPT_FUNC(index); in InitializeMemprofInterceptors()326 MEMPROF_INTERCEPT_FUNC(atoi); in InitializeMemprofInterceptors()327 MEMPROF_INTERCEPT_FUNC(atol); in InitializeMemprofInterceptors()328 MEMPROF_INTERCEPT_FUNC(strtol); in InitializeMemprofInterceptors()[all …]
43 #define MEMPROF_INTERCEPT_FUNC(name) \ macro64 #define COMMON_INTERCEPT_FUNCTION(name) MEMPROF_INTERCEPT_FUNC(name)