Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp30 INTERCEPTOR(void *, aligned_alloc, uptr align, uptr size) { in INTERCEPTOR() argument
31 void *res = REAL(aligned_alloc)(align, size); in INTERCEPTOR()
107 INTERCEPT_FUNCTION(aligned_alloc); in InitializeMallocInterceptors()
/freebsd/lib/libc/gen/
H A Dmemalign.c40 return (aligned_alloc(align, roundup(size, align))); in memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp310 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
312 return REAL(aligned_alloc)(alignment, size); in INTERCEPTOR()
314 #define RTSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h34 // aligned_alloc() requires that __size is a multiple of __alignment, in __libcpp_aligned_alloc()
43 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size); in __libcpp_aligned_alloc()
/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map15 aligned_alloc;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/freebsd/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/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_posix_memalign.c105 p = aligned_alloc(align[i], size[i]); in ATF_TC_BODY()
/freebsd/lib/libc/stdlib/malloc/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.h169 __weak_reference(__aligned_alloc, aligned_alloc);
/freebsd/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/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc27 jemalloc.3 aligned_alloc.3 \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
161 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd/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/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc28 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/libufs/
H A Dlibufs.h88 *newbufpp = aligned_alloc(LIBUFS_BUFALIGN, size); \
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc28 using std::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h27 aligned_alloc(alignment, KMP_ALGIN_UP(size, alignment)) in KMP_ALIGNED_ALLOCATE()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp148 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR()
153 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
146 INTERCEPTOR(void *,aligned_alloc,uptr alignment,uptr size) INTERCEPTOR() argument
/freebsd/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/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/include/
H A Dstdlib.h161 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt76 aligned_alloc U

12