Searched refs:aligned_alloc (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Daligned_alloc.c17 * Basic tests for aligned_alloc(3C). Note that we test ENOMEM failure by
40 VERIFY3P(aligned_alloc(sizeof (void *) - 1, 16), ==, NULL);
43 VERIFY3P(aligned_alloc(sizeof (void *) + 1, 16), ==, NULL);
47 VERIFY3P(aligned_alloc(23, 16), ==, NULL);
50 buf = aligned_alloc(sizeof (void *), 16);
69 if (aligned_alloc(sizeof (void *), 16) == NULL)
73 VERIFY3P(aligned_alloc(sizeof (void *), 16), ==, NULL);
H A DMakefile32 aligned_alloc \
53 aligned_alloc.32 := LDLIBS += -lproc
54 aligned_alloc.64 := LDLIBS64 += -lproc
/illumos-gate/usr/src/head/iso/
H A Dstdlib_c11.h60 extern void *aligned_alloc(size_t, size_t);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c193 aligned_alloc(size_t align, size_t size) function
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h159 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/illumos-gate/usr/src/man/man3c/
H A DMakefile43 aligned_alloc.3c \

Completed in 75 milliseconds