Searched refs:memalign (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp177 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) {
255 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK
265 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL
274 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
278 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp53 INTERCEPTOR_ATTRIBUTE void *memalign(size_t alignment, size_t size) { function
58 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp106 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) {
111 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp198 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc413 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c308 ctx->buf = memalign(page_size, size + 40);
H A Duc_pingpong.c312 ctx->buf = memalign(page_size, size);
H A Dxsrq_pingpong.c228 ctx.buf = memalign(page_size, ctx.size);
H A Dsrq_pingpong.c364 ctx->buf = memalign(page_size, size);
H A Drc_pingpong.c340 ctx->buf = memalign(page_size, size);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1519 if ((data_buf = memalign(sizeof (uint64_t),
1551 newlsp = memalign(sizeof (uint64_t),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp179 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) {
183 #define MSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-11-stable/contrib/gcc/
H A Demit-rtl.c1852 unsigned int memalign = MEM_ALIGN (memref);
1889 memalign
1890 = MIN (memalign,
1900 memoffset, size, memalign, GET_MODE (new));
1844 unsigned int memalign = MEM_ALIGN (memref); local
H A Dsys-protos.h691 extern void * memalign(size_t, size_t);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp786 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) {
787 SCOPED_INTERCEPTOR_RAW(memalign, align, sz);
790 #define TSAN_MAYBE_INTERCEPT_MEMALIGN TSAN_INTERCEPT(memalign)
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c82 memalign(size_t alignment, size_t n);
479 #define public_mEMALIGn memalign
886 memalign(size_t alignment, size_t n);
893 bother calling memalign with an argument of 8 or less.
895 Overreliance on memalign is a sure way to fragment space.
905 Equivalent to memalign(pagesize, n), where pagesize is the page
1227 POSIX wrapper like memalign(), checking for validity of size.
3695 ------------------------------ memalign ------------------------------

Completed in 214 milliseconds