Home
last modified time | relevance | path

Searched defs:pvalloc (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp152 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
183 void* (*pvalloc)(uptr size); global() member
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp139 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp99 INTERCEPTOR(void *,pvalloc,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp171 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c532 extern inline void *RPMALLOC_CDECL pvalloc(size_t size) { in pvalloc() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp189 INTERCEPTOR(void *,pvalloc,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp204 #define MSAN_MAYBE_INTERCEPT_PVALLOC INTERCEPT_FUNCTION(pvalloc) in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp836 TSAN_INTERCEPTOR(void *,pvalloc,uptr sz) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3518 TEST(MemorySanitizer, pvalloc) { in TEST() argument