Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp25 #define MEMPROF_READ_STRING(s, n) MEMPROF_READ_RANGE((s), (n)) macro
183 MEMPROF_READ_STRING(to, to_length); in INTERCEPTOR()
196 MEMPROF_READ_STRING(to, to_length); in INTERCEPTOR()
273 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
284 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
305 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()