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

/freebsd-13-stable/lib/libc/gen/
H A Dmemalign.c37 memalign(size_t align, size_t size) function
H A DMakefile.inc102 memalign.c \
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ macro
/freebsd-13-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-13-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-13-stable/stand/libsa/
H A Dstand.h447 extern void *memalign(size_t, size_t);
454 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) macro
461 #define memalign(x, y) Memalign(x, y, NULL, 0) macro
/freebsd-13-stable/include/
H A Dmalloc_np.h126 void *memalign(size_t, size_t) __malloc_like __alloc_align(1)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp112 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) {
117 #define LSAN_MAYBE_INTERCEPT_MEMALIGN INTERCEPT_FUNCTION(memalign)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc409 sanitizer_zone.memalign = &__sanitizer_mz_memalign;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp198 INTERCEPTOR_ALIAS(void *, memalign, SIZE_T alignment, SIZE_T size);
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c316 ctx->buf = memalign(page_size, size);
H A Dud_pingpong.c312 ctx->buf = memalign(page_size, size + 40);
H A Drc_pingpong.c344 ctx->buf = memalign(page_size, size);
H A Dsrq_pingpong.c368 ctx->buf = memalign(page_size, size);
H A Dxsrq_pingpong.c228 ctx.buf = memalign(page_size, ctx.size);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1527 if ((data_buf = memalign(sizeof (uint64_t),
1559 newlsp = memalign(sizeof (uint64_t),
/freebsd-13-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-13-stable/stand/efi/libefi/
H A Defipart.c1150 blkbuf = memalign(ioalign, bio_size);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp787 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) {
788 SCOPED_INTERCEPTOR_RAW(memalign, align, sz);
791 #define TSAN_MAYBE_INTERCEPT_MEMALIGN TSAN_INTERCEPT(memalign)
/freebsd-13-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 205 milliseconds