| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cpp | 161 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 D | memalign.c | 37 memalign(size_t align, size_t size) in memalign() function
|
| H A D | Symbol.map | 429 memalign;
|
| H A D | Makefile.inc | 104 memalign.c \
|
| /freebsd-13.1/contrib/ofed/libibverbs/ |
| H A D | config.h | 5 #define memalign(align, size) ({ \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 53 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 D | dfsan_interceptors.cpp | 118 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument 231 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
|
| H A D | done_abilist.txt | 58 fun:memalign=discard
|
| /freebsd-13.1/stand/libsa/ |
| H A D | stand.h | 457 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 D | lsan_interceptors.cpp | 112 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 D | malloc_np.h | 126 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocation_functions.cpp | 165 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_malloc_linux.cpp | 159 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | wrappers_c.inc | 70 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
|
| /freebsd-13.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-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 405 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
|
| /freebsd-13.1/contrib/ofed/libibverbs/examples/ |
| H A D | ud_pingpong.c | 312 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
|
| H A D | uc_pingpong.c | 316 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| H A D | rc_pingpong.c | 344 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| H A D | srq_pingpong.c | 368 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-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1021 /// 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 D | msan_interceptors.cpp | 180 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 D | tsan_interceptors_posix.cpp | 803 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 D | ChangeLog | 813 + 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.
|