Searched refs:aligned_alloc (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | aligned_alloc.c | 17 * 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 D | Makefile | 32 aligned_alloc \ 53 aligned_alloc.32 := LDLIBS += -lproc 54 aligned_alloc.64 := LDLIBS64 += -lproc
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdlib_c11.h | 60 extern void *aligned_alloc(size_t, size_t);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | memalign.c | 193 aligned_alloc(size_t align, size_t size) function
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdlib.h | 159 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 43 aligned_alloc.3c \
|
Completed in 69 milliseconds