Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Daligned_alloc.c40 VERIFY3P(aligned_alloc(sizeof (void *) - 1, 16), ==, NULL); in main()
43 VERIFY3P(aligned_alloc(sizeof (void *) + 1, 16), ==, NULL); in main()
47 VERIFY3P(aligned_alloc(23, 16), ==, NULL); in main()
50 buf = aligned_alloc(sizeof (void *), 16); in main()
69 if (aligned_alloc(sizeof (void *), 16) == NULL) in main()
73 VERIFY3P(aligned_alloc(sizeof (void *), 16), ==, NULL); in main()
H A DMakefile41 aligned_alloc \
82 aligned_alloc.32 := LDLIBS += -lproc
83 aligned_alloc.64 := LDLIBS64 += -lproc
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dalloc-align.c33 void *aligned_alloc(size_t alignment, size_t size) __alloc_align(1);
/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) in aligned_alloc() function
/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run99 [/opt/libc-tests/tests/aligned_alloc.32]
100 [/opt/libc-tests/tests/aligned_alloc.64]
/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/test/libc-tests/cfg/symbols/
H A Dstdlib_h.cfg38 func | aligned_alloc |\
/illumos-gate/usr/src/head/
H A Dstdlib.h96 using std::aligned_alloc;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m67 file path=opt/libc-tests/tests/aligned_alloc.32 mode=0555
68 file path=opt/libc-tests/tests/aligned_alloc.64 mode=0555
H A Dsystem-library.man3c.inc63 file path=usr/share/man/man3c/aligned_alloc.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers277 aligned_alloc;
/illumos-gate/usr/src/man/man3c/
H A DMakefile45 aligned_alloc.3c \