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 DMakefile43 aligned_alloc \
80 aligned_alloc \
91 aligned_alloc.32 := CSTD=$(CSTD_GNU17)
92 aligned_alloc.64 := CSTD=$(CSTD_GNU17)
93 aligned_alloc.32 := LDLIBS += -lproc
94 aligned_alloc.64 := LDLIBS64 += -lproc
H A Daligned_alloc.c86 void *buf = aligned_alloc(test->at_align, test->at_size); in alloc_test_one()
118 void *buf = aligned_alloc(test->at_align, test->at_size); in alloc_test_enomem()
153 if (aligned_alloc(sizeof (void *), 16) == NULL) in libc_enomem()
/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.c201 aligned_alloc(size_t align, size_t size) in aligned_alloc() 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/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 mode=0555
68 file path=opt/libc-tests/tests/aligned_alloc.32 mode=0555
69 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/test/libc-tests/runfiles/
H A Ddefault.run99 [/opt/libc-tests/tests/aligned_alloc]
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers399 aligned_alloc;
/illumos-gate/usr/src/man/man3c/
H A DMakefile45 aligned_alloc.3c \