| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_malloc_linux.cpp | 95 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-13-stable/contrib/llvm-project/compiler-rt/lib/nsan/ |
| HD | nsan_malloc_linux.cpp | 91 INTERCEPTOR(void *, memalign, uptr align, uptr size) { in INTERCEPTOR() argument 92 void *const res = REAL(memalign)(align, size); in INTERCEPTOR() 118 INTERCEPT_FUNCTION(memalign); in InitializeMallocInterceptors()
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | memalign.c | 34 memalign(size_t align, size_t size) in memalign() function
|
| HD | Symbol.map | 428 memalign;
|
| HD | Makefile.inc | 104 memalign.c \
|
| /freebsd-13-stable/contrib/ofed/libibverbs/ |
| HD | config.h | 5 #define memalign(align, size) ({ \ macro
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| HD | rtsan_interceptors.cpp | 325 INTERCEPTOR(void *, memalign, size_t alignment, size_t size) { in INTERCEPTOR() argument 327 return REAL(memalign)(alignment, size); in INTERCEPTOR() 393 INTERCEPT_FUNCTION(memalign); in InitializeInterceptors()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | dfsan_interceptors.cpp | 93 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument 206 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
|
| HD | done_abilist.txt | 74 fun:memalign=discard
|
| /freebsd-13-stable/stand/libsa/ |
| HD | stand.h | 475 extern void *memalign(size_t, size_t); 482 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro 489 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| HD | memprof_malloc_linux.cpp | 86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /freebsd-13-stable/include/ |
| HD | malloc_np.h | 124 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_interceptors.cpp | 124 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument 129 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_allocation_functions.cpp | 184 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| HD | rtsan_test_interceptors.cpp | 132 auto Func = []() { EXPECT_NE(memalign(2, 2048), nullptr); }; in TEST()
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/ |
| HD | lockstat.c | 1527 if ((data_buf = memalign(sizeof (uint64_t), in main() 1559 newlsp = memalign(sizeof (uint64_t), in main()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_malloc_mac.inc | 403 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
|
| /freebsd-13-stable/contrib/ofed/libibverbs/examples/ |
| HD | ud_pingpong.c | 312 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
|
| HD | uc_pingpong.c | 316 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| HD | srq_pingpong.c | 368 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| HD | rc_pingpong.c | 344 ctx->buf = memalign(page_size, size); in pp_init_ctx()
|
| HD | xsrq_pingpong.c | 228 ctx.buf = memalign(page_size, ctx.size); in pp_init_ctx()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | wrappers_c.inc | 124 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
|
| /freebsd-13-stable/contrib/ofed/libirdma/ |
| HD | irdma_uverbs.c | 351 buf = memalign(IRDMA_HW_PAGE_SIZE, size); in irdma_alloc_hw_buf() 1411 iwuqp = memalign(1024, sizeof(*iwuqp)); in irdma_ucreate_qp()
|
| /freebsd-13-stable/contrib/jemalloc/ |
| HD | 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.
|