Home
last modified time | relevance | path

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

12

/freebsd-14.2/lib/libc/gen/
H A Dmemalign.c40 return (aligned_alloc(align, roundup(size, align))); in memalign()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h43 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size); in __libcpp_aligned_alloc()
/freebsd-14.2/lib/libc/stdlib/malloc/
H A DSymbol.map15 aligned_alloc;
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp47 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
197 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_posix_memalign.c105 p = aligned_alloc(align[i], size[i]); in ATF_TC_BODY()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
150 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h62 # define je_aligned_alloc aligned_alloc
374 # define aligned_alloc je_aligned_alloc macro
H A Djemalloc_FreeBSD.h175 __weak_reference(__aligned_alloc, aligned_alloc);
/freebsd-14.2/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc28 jemalloc.3 aligned_alloc.3 \
/freebsd-14.2/lib/libthr/thread/
H A Dthr_pspinlock.c60 lck = aligned_alloc(CACHE_LINE_SIZE, in _pthread_spin_init()
H A Dthr_rwlock.c103 prwlock = aligned_alloc(CACHE_LINE_SIZE, in rwlock_init()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc28 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.inc28 using std::aligned_alloc;
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h27 aligned_alloc(alignment, KMP_ALGIN_UP(size, alignment))
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp146 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
151 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp173 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-14.2/include/
H A Dstdlib.h166 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt71 aligned_alloc U
/freebsd-14.2/sbin/nvmecontrol/
H A Dfirmware.c174 if ((chunk = aligned_alloc(PAGE_SIZE, max_xfer_size)) == NULL) in update_firmware()
/freebsd-14.2/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c190 buf = aligned_alloc(PAGE_SIZE, max_xfer_size); in wdc_do_dump_e6()
339 buf = aligned_alloc(PAGE_SIZE, max_xfer_size); in wdc_do_dump_dui()
/freebsd-14.2/contrib/jemalloc/
H A DFREEBSD-diffs39 + <para>The <function>aligned_alloc()</function>,
330 +__weak_reference(__aligned_alloc, aligned_alloc);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc297 INTERFACE WEAK void *SCUDO_PREFIX(aligned_alloc)(size_t alignment,

12