Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp161 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
239 void *(*memalign)(uptr alignment, uptr bytes); member
249 void *(*memalign)(uptr alignment, uptr bytes); member
258 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
262 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-13.1/lib/libc/gen/
H A Dmemalign.c37 memalign(size_t align, size_t size) in memalign() function
H A DSymbol.map429 memalign;
H A DMakefile.inc104 memalign.c \
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp53 INTERCEPTOR_ATTRIBUTE void *memalign(size_t alignment, size_t size) { in memalign() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp118 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
231 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
H A Ddone_abilist.txt58 fun:memalign=discard
/freebsd-13.1/stand/libsa/
H A Dstand.h457 extern void *memalign(size_t, size_t);
464 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro
471 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp112 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
117 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-13.1/include/
H A Dmalloc_np.h126 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp165 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp159 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc70 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
/freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc405 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-13.1/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c312 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
H A Duc_pingpong.c316 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 Dsrq_pingpong.c368 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-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1021 /// void *memalign(size_t boundary, size_t size);
1022 TLI_DEFINE_ENUM_INTERNAL(memalign)
1023 TLI_DEFINE_STRING_INTERNAL("memalign")
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp180 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
184 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp803 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
804 SCOPED_INTERCEPTOR_RAW(memalign, align, sz); in TSAN_INTERCEPTOR()
807 #define TSAN_MAYBE_INTERCEPT_MEMALIGN TSAN_INTERCEPT(memalign)
/freebsd-13.1/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.

12