Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dnew.h59 LIBC_INLINE static void *aligned_alloc(size_t s, std::align_val_t align, in aligned_alloc() function
68 void *mem = ::aligned_alloc(static_cast<size_t>(align), s); in aligned_alloc()
84 return LIBC_NAMESPACE::AllocChecker::aligned_alloc(size, align, ac); in new()
94 return LIBC_NAMESPACE::AllocChecker::aligned_alloc(size, align, ac);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp32 INTERCEPTOR(void *, aligned_alloc, uptr align, uptr size) { in INTERCEPTOR() argument
84 INTERCEPT_FUNCTION(aligned_alloc); in InitializeMallocInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp190 INTERCEPTOR(void *, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
191 void *res = REAL(aligned_alloc)(alignment, size); in INTERCEPTOR()
196 #define TYSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/freebsd/contrib/llvm-project/libc/hdr/func/
H A Daligned_alloc.h14 extern "C" void *aligned_alloc(size_t, size_t);
/freebsd/lib/libc/gen/
H A Dmemalign.c40 return (aligned_alloc(align, roundup(size, align))); in memalign()
/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map15 aligned_alloc;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h42 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size); in __libcpp_aligned_alloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp45 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
192 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/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.h68 # define je_aligned_alloc aligned_alloc
407 # define aligned_alloc je_aligned_alloc
374 # define aligned_alloc je_aligned_alloc global() macro
H A Djemalloc_FreeBSD.h175 __weak_reference(__aligned_alloc, aligned_alloc);
/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt3 aligned_alloc
/freebsd/lib/libthr/thread/
H A Dthr_pspinlock.c60 lck = aligned_alloc(CACHE_LINE_SIZE, in _pthread_spin_init()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
164 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc28 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp98 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd/lib/libufs/
H A Dlibufs.h91 *newbufpp = aligned_alloc(LIBUFS_BUFALIGN, size); \
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc33 jemalloc.3 aligned_alloc.3 \
/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.cpp177 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
182 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_protos.h.in20 void JEMALLOC_SYS_NOTHROW *@je_@aligned_alloc(size_t alignment,
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp106 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument

123