Home
last modified time | relevance | path

Searched refs:memalign (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp94 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
168 void *(*memalign)(uptr alignment, uptr bytes); member
178 void *(*memalign)(uptr alignment, uptr bytes); member
187 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
191 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp74 INTERCEPTOR(void *, memalign, uptr align, uptr size) { in INTERCEPTOR() argument
95 INTERCEPT_FUNCTION(memalign); in InitializeMallocInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp153 INTERCEPTOR(void *, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
154 void *res = REAL(memalign)(alignment, size); in INTERCEPTOR()
159 #define TYSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd/lib/libc/gen/
H A Dmemalign.c33 memalign(size_t align, size_t size) in memalign() function
H A DSymbol.map432 memalign;
H A DMakefile.inc103 memalign.c \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/stat/
H A Dstatx_dioalign.ksh69 typeset -i memalign=$2
74 log_must [ ${v[0]} -eq $memalign -a ${v[1]} -eq $ioalign ]
/freebsd/contrib/ofed/libibverbs/
H A Dconfig.h4 #define memalign(align, size) ({ \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp91 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
201 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
/freebsd/stand/libsa/
H A Dstand.h488 extern void *memalign(size_t, size_t);
495 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro
502 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd/include/
H A Dmalloc_np.h124 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp155 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
160 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_protos.h.in63 void JEMALLOC_SYS_NOTHROW *@je_@memalign(size_t alignment, size_t size)
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp180 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp965 INTERCEPTOR(void *, memalign, size_t alignment, size_t size) { argument
967 return REAL(memalign)(alignment, size);
969 #define RTSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1527 if ((data_buf = memalign(sizeof (uint64_t), in main()
1559 newlsp = memalign(sizeof (uint64_t), in main()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in369 /* glibc memalign hook. */
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c316 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Dud_pingpong.c312 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
H A Drc_pingpong.c344 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Dsrq_pingpong.c368 ctx->buf = memalign(page_size, size); in pp_init_ctx()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc419 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc124 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c351 buf = memalign(alignment, size); in irdma_calloc_hw_buf_sz()
1430 iwuqp = memalign(1024, sizeof(*iwuqp)); in irdma_ucreate_qp()

12