Searched refs:aligned_alloc (Results 1 – 10 of 10) sorted by relevance
| /titanic_44/usr/src/test/libc-tests/tests/ |
| H A D | aligned_alloc.c | 40 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 D | Makefile | 21 aligned_alloc \ 37 aligned_alloc.32 := LDLIBS += -lproc 38 aligned_alloc.64 := LDLIBS64 += -lproc
|
| /titanic_44/usr/src/head/iso/ |
| H A D | stdlib_c11.h | 60 extern void *aligned_alloc(size_t, size_t);
|
| /titanic_44/usr/src/test/libc-tests/runfiles/ |
| H A D | default.run | 54 [/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 D | memalign.c | 193 aligned_alloc(size_t align, size_t size) in aligned_alloc() function
|
| /titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
| H A D | stdlib_h.cfg | 37 func | aligned_alloc |\
|
| /titanic_44/usr/src/pkg/manifests/ |
| H A D | system-test-libctest.mf | 62 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 D | system-library.man3c.inc | 23 file path=usr/share/man/man3c/aligned_alloc.3c
|
| /titanic_44/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 124 aligned_alloc;
|
| /titanic_44/usr/src/man/man3c/ |
| H A D | Makefile | 43 aligned_alloc.3c \
|