| /freebsd-12.1/lib/libc/stdlib/jemalloc/ |
| H A D | Symbol.map | 19 aligned_alloc;
|
| H A D | Makefile.inc | 30 jemalloc.3 aligned_alloc.3 \
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 69 INTERCEPTOR_ATTRIBUTE void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11 159 using ::aligned_alloc;
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 59 # define je_aligned_alloc aligned_alloc 363 # define aligned_alloc je_aligned_alloc macro
|
| H A D | jemalloc_FreeBSD.h | 165 __weak_reference(__aligned_alloc, aligned_alloc);
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_posix_memalign.c | 105 p = aligned_alloc(align[i], size[i]); in ATF_TC_BODY()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 122 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument 127 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
|
| /freebsd-12.1/include/ |
| H A D | stdlib.h | 163 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cc | 201 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cc | 184 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-12.1/sbin/nvmecontrol/ |
| H A D | firmware.c | 166 if ((chunk = aligned_alloc(PAGE_SIZE, NVME_MAX_XFER_SIZE)) == NULL) in update_firmware()
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 39 + <para>The <function>aligned_alloc()</function>, 315 +__weak_reference(__aligned_alloc, aligned_alloc);
|
| H A D | ChangeLog | 909 aligned_alloc(). 1077 - Implement aligned_alloc() (blame C11).
|
| /freebsd-12.1/sbin/nvmecontrol/modules/wdc/ |
| H A D | wdc.c | 153 buf = aligned_alloc(PAGE_SIZE, NVME_MAX_XFER_SIZE); in wdc_do_dump()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 810 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument 813 SCOPED_INTERCEPTOR_RAW(aligned_alloc, align, sz); in TSAN_INTERCEPTOR()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cc | 189 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1333 fun:aligned_alloc=uninstrumented
|