Searched refs:MEMPROF_INTERCEPT_FUNC (Results 1 – 2 of 2) sorted by relevance
345 MEMPROF_INTERCEPT_FUNC(strcat); in InitializeMemprofInterceptors()346 MEMPROF_INTERCEPT_FUNC(strcpy); in InitializeMemprofInterceptors()347 MEMPROF_INTERCEPT_FUNC(strncat); in InitializeMemprofInterceptors()348 MEMPROF_INTERCEPT_FUNC(strncpy); in InitializeMemprofInterceptors()349 MEMPROF_INTERCEPT_FUNC(strdup); in InitializeMemprofInterceptors()351 MEMPROF_INTERCEPT_FUNC(index); in InitializeMemprofInterceptors()353 MEMPROF_INTERCEPT_FUNC(atoi); in InitializeMemprofInterceptors()354 MEMPROF_INTERCEPT_FUNC(atol); in InitializeMemprofInterceptors()355 MEMPROF_INTERCEPT_FUNC(strtol); in InitializeMemprofInterceptors()356 MEMPROF_INTERCEPT_FUNC(atoll); in InitializeMemprofInterceptors()[all …]
43 #define MEMPROF_INTERCEPT_FUNC(name) \ macro