Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp59 #define COMMON_INTERCEPT_FUNCTION(name) MEMPROF_INTERCEPT_FUNC(name)
343 MEMPROF_INTERCEPT_FUNC(strcat); in InitializeMemprofInterceptors()
344 MEMPROF_INTERCEPT_FUNC(strcpy); in InitializeMemprofInterceptors()
345 MEMPROF_INTERCEPT_FUNC(strncat); in InitializeMemprofInterceptors()
346 MEMPROF_INTERCEPT_FUNC(strncpy); in InitializeMemprofInterceptors()
347 MEMPROF_INTERCEPT_FUNC(strdup); in InitializeMemprofInterceptors()
348 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
349 MEMPROF_INTERCEPT_FUNC(index); in InitializeMemprofInterceptors()
351 MEMPROF_INTERCEPT_FUNC(atoi); in InitializeMemprofInterceptors()
352 MEMPROF_INTERCEPT_FUNC(atol); in InitializeMemprofInterceptors()
[all …]
Dmemprof_interceptors.h43 #define MEMPROF_INTERCEPT_FUNC(name) \ macro