Home
last modified time | relevance | path

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

/titanic_44/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 DMakefile21 aligned_alloc \
37 aligned_alloc.32 := LDLIBS += -lproc
38 aligned_alloc.64 := LDLIBS64 += -lproc
/titanic_44/usr/src/head/iso/
H A Dstdlib_c11.h60 extern void *aligned_alloc(size_t, size_t);
/titanic_44/usr/src/test/libc-tests/runfiles/
H A Ddefault.run54 [/opt/libc-tests/tests/aligned_alloc.32]
55 [/opt/libc-tests/tests/aligned_alloc.64]
/titanic_44/usr/src/lib/libc/port/gen/
H A Dmemalign.c193 aligned_alloc(size_t align, size_t size) in aligned_alloc() function
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dstdlib_h.cfg37 func | aligned_alloc |\
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-test-libctest.mf62 file path=opt/libc-tests/tests/aligned_alloc.32 mode=0555
63 file path=opt/libc-tests/tests/aligned_alloc.64 mode=0555
H A Dsystem-library.man3c.inc23 file path=usr/share/man/man3c/aligned_alloc.3c
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers124 aligned_alloc;
/titanic_44/usr/src/man/man3c/
H A DMakefile43 aligned_alloc.3c \