Home
last modified time | relevance | path

Searched defs:valloc (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libc/gen/
H A Dvalloc.c36 valloc(size_t i) in valloc() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp143 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
182 void* (*valloc)(uptr size); member
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp131 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() argument
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h395 # define valloc je_valloc global() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp95 INTERCEPTOR(void *, valloc, SIZE_T size) { return dfsan_valloc(size); } in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp145 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp144 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp195 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp935 INTERCEPTOR(void *, valloc, SIZE_T size) { argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp889 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument