/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | dio_truncate.c | 74 TEST(posix_memalign(&bufptr, 4096, 64 * 1024)); in dio_read() 119 TEST(posix_memalign(&bufptr, 4096, 64 * 1024)); in dio_append()
|
D | dio_append.c | 92 TEST(posix_memalign(&bufptr, 4096, 64 * 1024)); in dio_append()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
D | tbio.c | 148 rc = posix_memalign(&bif.data, 512, 1024); in tbio_to_dev() 187 rc = posix_memalign(&bif.data, 512, 1024); in tbio_from_dev() 234 rc = posix_memalign(&bif.data, 512, 2048); in tbio_split_to_dev()
|
/third_party/ffmpeg/libavutil/ |
D | mem.c | 50 #define posix_memalign AV_JOIN(MALLOC_PREFIX, posix_memalign) macro 56 int posix_memalign(void **ptr, size_t align, size_t size); 86 if (posix_memalign(&ptr, ALIGN, size)) in av_malloc()
|
/third_party/musl/src/malloc/ |
D | posix_memalign.c | 5 int posix_memalign(void **res, size_t align, size_t len) in posix_memalign() function
|
/third_party/boost/boost/align/detail/ |
D | aligned_alloc_posix.hpp | 26 if (::posix_memalign(&p, alignment, size) != 0) { in aligned_alloc()
|
D | aligned_alloc_macos.hpp | 29 if (::posix_memalign(&p, alignment, size) != 0) { in aligned_alloc()
|
/third_party/musl/ |
D | dynamic.list | 14 posix_memalign;
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | aligned_memory.cpp | 39 if (posix_memalign(&ptr, alignment, size)) in AlignedAlloc()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | aligned_memory.cpp | 39 if (posix_memalign(&ptr, alignment, size)) in AlignedAlloc()
|
/third_party/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 131 if (posix_memalign(&bufptr, alignment, AIO_BLKSIZE)) { in io_tio() 145 if (posix_memalign(&bufptr, alignment, AIO_BLKSIZE)) { in io_tio()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
D | 4-1.c | 53 if (posix_memalign(&saddr, sysconf(_SC_PAGE_SIZE), stack_size) != 0) { in main()
|
D | 1-1.c | 56 rc = posix_memalign(&saddr, sysconf(_SC_PAGE_SIZE), stack_size); in main()
|
D | 2-1.c | 85 if ((rc = posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/ |
D | 1-1.c | 55 if (posix_memalign(&saddr, sysconf(_SC_PAGE_SIZE), stack_size) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 6-1.c | 62 if (posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
D | 7-1.c | 63 if (posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
D | 1-1.c | 66 if (posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
D | 4-1.c | 78 if (posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
D | 2-1.c | 93 if ((rc = posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/ |
D | 1-1.c | 56 if (posix_memalign(&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | inline.c | 54 retval = posix_memalign(p, align, size); in ext2fs_get_memalign()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb.hh | 217 #define posix_memalign hb_memalign_impl macro 553 #if !defined(posix_memalign) && !defined(HAVE_POSIX_MEMALIGN) 554 #define posix_memalign _hb_memalign macro
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_memory.cpp | 176 int err = ::posix_memalign( (void **) &fMalloc, 16, (size_t) PhysicalSize() ); in dng_malloc_block()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdksystemmemory.c | 40 #define posix_memalign(d, a, s) ((*((void**)d) = _aligned_malloc(s, a)) ? 0 : -1) macro 65 if (posix_memalign (&data, 32, size) != 0) { in ensure_data()
|