Home
last modified time | relevance | path

Searched refs:MEMPROF_INTERCEPT_FUNC (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp345 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 …]
H A Dmemprof_interceptors.h43 #define MEMPROF_INTERCEPT_FUNC(name) \ macro