Searched refs:posix_memalign (Results 1 – 7 of 7) sorted by relevance
/malloc/ |
A D | tst-posix_memalign.c | 53 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 D | Versions | 56 posix_memalign; 134 posix_memalign;
|
A D | tst-malloc-too-large.c | 167 TEST_VERIFY (posix_memalign (&ptr, align, size) == ENOMEM); in test_large_aligned_allocations()
|
A D | malloc-debug.c | 353 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 D | tst-malloc-thread-fail.c | 114 if (posix_memalign (&p, alignment, allocation_size)) in allocate_1()
|
A D | Makefile | 29 tst-malloc-usable tst-realloc tst-reallocarray tst-posix_memalign \
|
A D | malloc.c | 5700 weak_alias (__posix_memalign, posix_memalign) in weak_alias() argument
|
Completed in 22 milliseconds