Home
last modified time | relevance | path

Searched refs:posix_memalign (Results 1 – 7 of 7) sorted by relevance

/malloc/
A Dtst-posix_memalign.c53 ret = posix_memalign (&p, sizeof (void *), -1); in do_test()
69 ret = posix_memalign (&p, pagesize, -pagesize); in do_test()
79 ret = posix_memalign (&p, -1, pagesize); in do_test()
90 ret = posix_memalign (&p, sizeof (void *), 0); in do_test()
97 ret = posix_memalign (&p, 0x300, 10); in do_test()
102 ret = posix_memalign (&p, 0, 10); in do_test()
109 ret = posix_memalign (&p, 0x100, 10); in do_test()
A DVersions56 posix_memalign;
134 posix_memalign;
A Dtst-malloc-too-large.c167 TEST_VERIFY (posix_memalign (&ptr, align, size) == ENOMEM); in test_large_aligned_allocations()
A Dmalloc-debug.c353 strong_alias (__debug_posix_memalign, posix_memalign) in strong_alias() argument
663 compat_symbol (libc_malloc_debug, posix_memalign, posix_memalign, GLIBC_2_2);
A Dtst-malloc-thread-fail.c114 if (posix_memalign (&p, alignment, allocation_size)) in allocate_1()
A DMakefile29 tst-malloc-usable tst-realloc tst-reallocarray tst-posix_memalign \
A Dmalloc.c5700 weak_alias (__posix_memalign, posix_memalign) in weak_alias() argument

Completed in 22 milliseconds