| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | new.h | 59 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 D | nsan_malloc_linux.cpp | 32 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 D | tysan_interceptors.cpp | 190 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 D | aligned_alloc.h | 14 extern "C" void *aligned_alloc(size_t, size_t);
|
| /freebsd/lib/libc/gen/ |
| H A D | memalign.c | 40 return (aligned_alloc(align, roundup(size, align))); in memalign()
|
| /freebsd/lib/libc/stdlib/malloc/ |
| H A D | Symbol.map | 15 aligned_alloc;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | aligned_alloc.h | 42 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size); in __libcpp_aligned_alloc()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 45 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 D | public_namespace.h | 1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_posix_memalign.c | 105 p = aligned_alloc(align[i], size[i]); in ATF_TC_BODY()
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 68 # define je_aligned_alloc aligned_alloc 407 # define aligned_alloc je_aligned_alloc 374 # define aligned_alloc je_aligned_alloc global() macro
|
| H A D | jemalloc_FreeBSD.h | 175 __weak_reference(__aligned_alloc, aligned_alloc);
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 3 aligned_alloc
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_pspinlock.c | 60 lck = aligned_alloc(CACHE_LINE_SIZE, in _pthread_spin_init()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | cstdlib | 78 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 D | cstdlib.inc | 28 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 98 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /freebsd/lib/libufs/ |
| H A D | libufs.h | 91 *newbufpp = aligned_alloc(LIBUFS_BUFALIGN, size); \
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 33 jemalloc.3 aligned_alloc.3 \
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdlib.cppm | |
| H A D | cstdlib.inc | 28 using std::aligned_alloc _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_barrier.h | 27 aligned_alloc(alignment, KMP_ALGIN_UP(size, alignment)) in KMP_ALIGNED_ALLOCATE()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 177 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 D | jemalloc_protos.h.in | 20 void JEMALLOC_SYS_NOTHROW *@je_@aligned_alloc(size_t alignment,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 106 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|