Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
248 void *(*memalign)(uptr alignment, uptr bytes); member
258 void *(*memalign)(uptr alignment, uptr bytes); member
267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-12.1/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp54 INTERCEPTOR_ATTRIBUTE void *memalign(size_t alignment, size_t size) { in memalign() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc101 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
106 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-12.1/stand/libsa/
H A Dstand.h439 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro
446 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cc211 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-12.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-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc365 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-12.1/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c312 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Dud_pingpong.c308 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
H A Dsrq_pingpong.c364 ctx->buf = memalign(page_size, size); in pp_init_ctx()
H A Drc_pingpong.c340 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-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def937 /// void *memalign(size_t boundary, size_t size);
938 TLI_DEFINE_ENUM_INTERNAL(memalign)
939 TLI_DEFINE_STRING_INTERNAL("memalign")
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc180 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
184 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog677 + Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to
824 - Fix OOM handling in memalign() and valloc(). A variant of this bug existed
829 - Fix size class overflow handling for malloc(), posix_memalign(), memalign(),
1126 - Do not enforce minimum alignment in memalign().
1285 - Override memalign() and valloc() if they are provided by the system.
/freebsd-12.1/contrib/gcc/
H A Demit-rtl.c1844 unsigned int memalign = MEM_ALIGN (memref); in adjust_address_1() local
1881 memalign in adjust_address_1()
1882 = MIN (memalign, in adjust_address_1()
1892 memoffset, size, memalign, GET_MODE (new)); in adjust_address_1()
H A Dsys-protos.h691 extern void * memalign(size_t, size_t);
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc800 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
801 SCOPED_INTERCEPTOR_RAW(memalign, align, sz); in TSAN_INTERCEPTOR()
804 #define TSAN_MAYBE_INTERCEPT_MEMALIGN TSAN_INTERCEPT(memalign)
/freebsd-12.1/stand/efi/libefi/
H A Defipart.c1059 blkbuf = memalign(ioalign, bio_size); in efipart_realstrategy()
/freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c479 #define public_mEMALIGn memalign
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2266 fun:memalign=uninstrumented
/freebsd-12.1/gnu/usr.bin/grep/
H A DChangeLog2455 * configure.in: Remove unused checks for memalign and unsigned char.