Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp95 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
171 void *(*memalign)(uptr alignment, uptr bytes); member
181 void *(*memalign)(uptr alignment, uptr bytes); member
190 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
194 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-14.2/lib/libc/gen/
H A Dmemalign.c33 memalign(size_t align, size_t size) in memalign() function
H A DSymbol.map435 memalign;
H A DMakefile.inc106 memalign.c \
/freebsd-14.2/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp93 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
206 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
H A Ddone_abilist.txt74 fun:memalign=discard
/freebsd-14.2/stand/libsa/
H A Dstand.h471 extern void *memalign(size_t, size_t);
478 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro
485 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-14.2/include/
H A Dmalloc_np.h124 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp122 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
127 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp184 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc403 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-14.2/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 Dsrq_pingpong.c368 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Drc_pingpong.c344 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Dxsrq_pingpong.c228 ctx.buf = memalign(page_size, ctx.size); in pp_init_ctx()
/freebsd-14.2/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-14.2/contrib/ofed/libirdma/
H A Dirdma_uverbs.c351 buf = memalign(IRDMA_HW_PAGE_SIZE, size); in irdma_alloc_hw_buf()
1411 iwuqp = memalign(1024, sizeof(*iwuqp)); in irdma_ucreate_qp()
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog813 + Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to
960 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
965 - Fix size class overflow handling for malloc(), posix_memalign(), memalign(),
1262 - Do not enforce minimum alignment in memalign().
1421 - Override memalign() and valloc() if they are provided by the system.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp171 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
175 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-14.2/stand/efi/libefi/
H A Defipart.c1154 blkbuf = memalign(ioalign, bio_size); in efipart_realstrategy()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp810 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
811 SCOPED_INTERCEPTOR_RAW(memalign, align, sz); in TSAN_INTERCEPTOR()
814 #define TSAN_MAYBE_INTERCEPT_MEMALIGN TSAN_INTERCEPT(memalign)

12