Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_malloc_linux.cpp95 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/
HDnsan_malloc_linux.cpp91 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/
HDmemalign.c34 memalign(size_t align, size_t size) in memalign() function
HDSymbol.map428 memalign;
HDMakefile.inc104 memalign.c \
/freebsd-13-stable/contrib/ofed/libibverbs/
HDconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/
HDrtsan_interceptors.cpp325 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/
HDdfsan_interceptors.cpp93 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
206 INTERCEPT_FUNCTION(memalign); in initialize_interceptors()
HDdone_abilist.txt74 fun:memalign=discard
/freebsd-13-stable/stand/libsa/
HDstand.h475 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/
HDmemprof_malloc_linux.cpp86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/freebsd-13-stable/include/
HDmalloc_np.h124 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_interceptors.cpp124 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/
HDhwasan_allocation_functions.cpp184 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
HDrtsan_test_interceptors.cpp132 auto Func = []() { EXPECT_NE(memalign(2, 2048), nullptr); }; in TEST()
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
HDlockstat.c1527 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/
HDsanitizer_malloc_mac.inc403 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
HDud_pingpong.c312 ctx->buf = memalign(page_size, size + 40); in pp_init_ctx()
HDuc_pingpong.c316 ctx->buf = memalign(page_size, size); in pp_init_ctx()
HDsrq_pingpong.c368 ctx->buf = memalign(page_size, size); in pp_init_ctx()
HDrc_pingpong.c344 ctx->buf = memalign(page_size, size); in pp_init_ctx()
HDxsrq_pingpong.c228 ctx.buf = memalign(page_size, ctx.size); in pp_init_ctx()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDwrappers_c.inc124 INTERFACE WEAK void *SCUDO_PREFIX(memalign)(size_t alignment, size_t size) {
/freebsd-13-stable/contrib/ofed/libirdma/
HDirdma_uverbs.c351 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/
HDChangeLog813 + 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