| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cc | 170 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 D | config.h | 5 #define memalign(align, size) ({ \ macro
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 54 INTERCEPTOR_ATTRIBUTE void *memalign(size_t alignment, size_t size) { in memalign() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 101 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 D | stand.h | 439 #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 D | hwasan_interceptors.cc | 211 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/lockstat/ |
| H A D | lockstat.c | 1527 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 D | sanitizer_malloc_mac.inc | 365 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
|
| /freebsd-12.1/contrib/ofed/libibverbs/examples/ |
| H A D | uc_pingpong.c | 312 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| H A D | ud_pingpong.c | 308 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
|
| H A D | srq_pingpong.c | 364 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| H A D | rc_pingpong.c | 340 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| H A D | xsrq_pingpong.c | 228 ctx.buf = memalign(page_size, ctx.size); in pp_init_ctx()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 937 /// 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 D | msan_interceptors.cc | 180 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 D | ChangeLog | 677 + 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 D | emit-rtl.c | 1844 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 D | sys-protos.h | 691 extern void * memalign(size_t, size_t);
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 800 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 D | efipart.c | 1059 blkbuf = memalign(ioalign, bio_size); in efipart_realstrategy()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/cvmx-malloc/ |
| H A D | malloc.c | 479 #define public_mEMALIGn memalign
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2266 fun:memalign=uninstrumented
|
| /freebsd-12.1/gnu/usr.bin/grep/ |
| H A D | ChangeLog | 2455 * configure.in: Remove unused checks for memalign and unsigned char.
|