Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map19 aligned_alloc;
H A DMakefile.inc30 jemalloc.3 aligned_alloc.3 \
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp69 INTERCEPTOR_ATTRIBUTE void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/freebsd-12.1/contrib/libc++/include/
H A Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
159 using ::aligned_alloc;
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h59 # define je_aligned_alloc aligned_alloc
363 # define aligned_alloc je_aligned_alloc macro
H A Djemalloc_FreeBSD.h165 __weak_reference(__aligned_alloc, aligned_alloc);
/freebsd-12.1/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_posix_memalign.c105 p = aligned_alloc(align[i], size[i]); in ATF_TC_BODY()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc122 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 Dstdlib.h163 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc201 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc184 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-12.1/sbin/nvmecontrol/
H A Dfirmware.c166 if ((chunk = aligned_alloc(PAGE_SIZE, NVME_MAX_XFER_SIZE)) == NULL) in update_firmware()
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs39 + <para>The <function>aligned_alloc()</function>,
315 +__weak_reference(__aligned_alloc, aligned_alloc);
H A DChangeLog909 aligned_alloc().
1077 - Implement aligned_alloc() (blame C11).
/freebsd-12.1/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c153 buf = aligned_alloc(PAGE_SIZE, NVME_MAX_XFER_SIZE); in wdc_do_dump()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc810 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 Dmsan_interceptors.cc189 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1333 fun:aligned_alloc=uninstrumented