Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp25 #define MEMPROF_READ_STRING(s, n) MEMPROF_READ_RANGE((s), (n)) macro
206 MEMPROF_READ_STRING(to, to_length); in INTERCEPTOR()
219 MEMPROF_READ_STRING(to, to_length); in INTERCEPTOR()
296 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
307 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()
328 MEMPROF_READ_STRING(nptr, (real_endptr - nptr) + 1); in INTERCEPTOR()