Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dvalloc.c42 valloc (size) in valloc() function
H A Dgmalloc.c341 valloc (size) in valloc() function
/netbsd-src/lib/libc/gen/
H A Dvalloc.c46 __weak_alias(valloc,_valloc) in __weak_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp149 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
188 void* (*valloc)(uptr size); member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc221 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
260 void* (*valloc)(uptr size); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc223 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
262 void* (*valloc)(uptr size); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc160 void *valloc(size_t size) { in valloc() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dheaptrace.c408 valloc (size_t size) in valloc() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dheaptrace.c416 valloc (size_t size) in valloc() function
/netbsd-src/external/bsd/jemalloc/dist/src/
H A Dzone.c20 void *(*valloc)(struct _malloc_zone_t *, size_t); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc93 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc91 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp114 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
/netbsd-src/lib/libc/include/
H A Dnamespace.h765 #define valloc _valloc global() macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc207 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc811 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc822 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp807 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3467 TEST(MemorySanitizer, valloc) { in TEST() argument