Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc223 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
262 void* (*valloc)(uptr size); member
273 WRAP(valloc)};
/freebsd-12.1/lib/libc/gen/
H A Dvalloc.c40 valloc(size_t i) in valloc() function
H A DMakefile.inc151 valloc.c \
319 valloc.3 \
H A DSymbol.map287 valloc;
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h21 #define je_valloc JEMALLOC_N(valloc)
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp40 INTERCEPTOR_ATTRIBUTE void *valloc(size_t size) { in valloc() function
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h79 # define je_valloc valloc
383 # define valloc je_valloc macro
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc55 SCOPED_INTERCEPTOR_RAW(valloc, size); \
H A Dtsan_interceptors.cc817 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { in TSAN_INTERCEPTOR() argument
820 SCOPED_INTERCEPTOR_RAW(valloc, sz); in TSAN_INTERCEPTOR()
2669 TSAN_INTERCEPT(valloc); in InitializeInterceptors()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc93 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
440 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
/freebsd-12.1/tests/sys/cddl/zfs/bin/
H A Dmktree.c163 pbuf = (char *)valloc(size); in crtfile()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc203 INTERCEPTOR_ALIAS(void *, valloc, SIZE_T size);
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc156 INTERCEPTOR(void *, valloc, size_t size) {
358 sanitizer_zone.valloc = &__sanitizer_mz_valloc;
/freebsd-12.1/include/
H A Dunistd.h587 void *valloc(size_t); /* obsoleted by malloc() */
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1318 /// void *valloc(size_t size);
1319 TLI_DEFINE_ENUM_INTERNAL(valloc)
1320 TLI_DEFINE_STRING_INTERNAL("valloc")
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc207 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() argument
1592 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h1216 extern void * valloc(size_t);
H A DChangeLog-19995426 * configure.in (valloc): Probe for it.
5427 (with-gc): Use ggc-page if valloc present.
5439 (alloc_anon): Use valloc if no mmap.
5440 (release_pages): Use free if using valloc.
H A DChangeLog-200131671 (alloc_anon): Only define for using mmap; remove valloc call.
31955 mmap_anon, and valloc is available.
/freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c481 #define public_vALLOc valloc
/freebsd-12.1/gnu/usr.bin/grep/
H A DChangeLog1388 Remove valloc debugging variant, which no longer applies.
1799 * configure.in (AC_CHECK_FUNCS), src/system.h (valloc): Remove.
1804 Use page_alloc instead of valloc.
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog824 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
1285 - Override memalign() and valloc() if they are provided by the system.
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3199 fun:valloc=uninstrumented