Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp341 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()
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()
[all …]
H A Dmemprof_interceptors.h43 #define MEMPROF_INTERCEPT_FUNC(name) \ macro