| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cc | 223 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 D | valloc.c | 40 valloc(size_t i) in valloc() function
|
| H A D | Makefile.inc | 151 valloc.c \ 319 valloc.3 \
|
| H A D | Symbol.map | 287 valloc;
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 21 #define je_valloc JEMALLOC_N(valloc)
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 40 INTERCEPTOR_ATTRIBUTE void *valloc(size_t size) { in valloc() function
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 79 # define je_valloc valloc 383 # define valloc je_valloc macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cc | 55 SCOPED_INTERCEPTOR_RAW(valloc, size); \
|
| H A D | tsan_interceptors.cc | 817 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 D | lsan_interceptors.cc | 93 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument 440 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
|
| /freebsd-12.1/tests/sys/cddl/zfs/bin/ |
| H A D | mktree.c | 163 pbuf = (char *)valloc(size); in crtfile()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cc | 203 INTERCEPTOR_ALIAS(void *, valloc, SIZE_T size);
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 156 INTERCEPTOR(void *, valloc, size_t size) { 358 sanitizer_zone.valloc = &__sanitizer_mz_valloc;
|
| /freebsd-12.1/include/ |
| H A D | unistd.h | 587 void *valloc(size_t); /* obsoleted by malloc() */
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1318 /// 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 D | msan_interceptors.cc | 207 INTERCEPTOR(void *, valloc, SIZE_T size) { in INTERCEPTOR() argument 1592 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | sys-protos.h | 1216 extern void * valloc(size_t);
|
| H A D | ChangeLog-1999 | 5426 * 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 D | ChangeLog-2001 | 31671 (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 D | malloc.c | 481 #define public_vALLOc valloc
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | ChangeLog | 1388 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 D | ChangeLog | 824 - 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 D | libc_ubuntu1404_abilist.txt | 3199 fun:valloc=uninstrumented
|