Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/gen/
H A Dmemalign.c39 return (aligned_alloc(align, roundup(size, align))); in memalign()
/freebsd-13.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map19 aligned_alloc;
H A DMakefile.inc31 jemalloc.3 aligned_alloc.3 \
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp68 INTERCEPTOR_ATTRIBUTE void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp46 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
222 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
H A Ddone_abilist.txt49 fun:aligned_alloc=discard
/freebsd-13.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-13.1/contrib/llvm-project/libcxx/include/
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
158 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
H A D__config410 // timespec_get and aligned_alloc were introduced in macOS 10.15 and
/freebsd-13.1/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.h171 __weak_reference(__aligned_alloc, aligned_alloc);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp136 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
141 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp154 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
/freebsd-13.1/include/
H A Dstdlib.h167 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp173 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp175 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/sbin/nvmecontrol/
H A Dfirmware.c175 if ((chunk = aligned_alloc(PAGE_SIZE, max_xfer_size)) == NULL) in update_firmware()
/freebsd-13.1/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c192 buf = aligned_alloc(PAGE_SIZE, max_xfer_size); in wdc_do_dump_e6()
341 buf = aligned_alloc(PAGE_SIZE, max_xfer_size); in wdc_do_dump_dui()
/freebsd-13.1/contrib/jemalloc/
H A DFREEBSD-diffs39 + <para>The <function>aligned_alloc()</function>,
330 +__weak_reference(__aligned_alloc, aligned_alloc);
H A DChangeLog1045 aligned_alloc().
1213 - Implement aligned_alloc() (blame C11).
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc201 INTERFACE WEAK void *SCUDO_PREFIX(aligned_alloc)(size_t alignment,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def511 /// void *aligned_alloc(size_t alignment, size_t size);
512 TLI_DEFINE_ENUM_INTERNAL(aligned_alloc)
513 TLI_DEFINE_STRING_INTERNAL("aligned_alloc")
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp813 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
816 SCOPED_INTERCEPTOR_RAW(aligned_alloc, align, sz); in TSAN_INTERCEPTOR()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp189 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument

12