/external/clang/lib/Headers/ |
D | mm_malloc.h | 33 extern int posix_memalign(void **memptr, size_t alignment, size_t size); 39 extern "C" int posix_memalign(void **memptr, size_t alignment, size_t size); 61 if (posix_memalign(&mallocedMemory, align, size)) in _mm_malloc()
|
/external/valgrind/main/exp-ptrcheck/tests/ |
D | ccc.cpp | 14 int res = posix_memalign(&v6, 8, sizeof(int)); x6 = (int*)v6; in main()
|
D | ccc.stderr.exp-glibc27-x86 | 42 by 0x........: posix_memalign (vg_replace_malloc.c:...)
|
D | ccc.stderr.exp-glibc25-amd64 | 42 by 0x........: posix_memalign (vg_replace_malloc.c:...)
|
D | ccc.stderr.exp-glibc28-amd64 | 42 by 0x........: posix_memalign (vg_replace_malloc.c:...)
|
/external/valgrind/main/memcheck/tests/ |
D | memalign2.c | 53 # define PM(a,b,c) posix_memalign((void**)a, b, c) in main()
|
/external/chromium/sdch/open-vcdiff/testdata/ |
D | configure.ac.v0.1 | 38 AC_CHECK_FUNCS([memalign posix_memalign])
|
D | configure.ac.v0.2 | 40 AC_CHECK_FUNCS([memalign posix_memalign])
|
/external/qemu/ |
D | oslib-posix.c | 48 ret = posix_memalign(&ptr, alignment, size); in qemu_memalign()
|
/external/valgrind/main/massif/tests/ |
D | realloc.stderr.exp | 12 Massif: posix_memalign
|
D | deep-C.stderr.exp | 12 Massif: posix_memalign
|
D | deep-B.stderr.exp | 12 Massif: posix_memalign
|
D | peak2.stderr.exp | 12 Massif: posix_memalign
|
/external/chromium/sdch/open-vcdiff/ |
D | configure.ac | 50 AC_CHECK_FUNCS([memalign posix_memalign])
|
/external/chromium/base/ |
D | process_util_linux.cc | 680 int posix_memalign(void** ptr, size_t alignment, size_t size) 683 int posix_memalign(void** ptr, size_t alignment, size_t size) { in posix_memalign() function
|
D | process_util_mac.mm | 493 // === C malloc/calloc/valloc/realloc/posix_memalign === 559 // Only die if posix_memalign would have returned ENOMEM, since there are 607 // Only die if posix_memalign would have returned ENOMEM, since there are 729 // === C malloc/calloc/valloc/realloc/posix_memalign ===
|
/external/chromium/sdch/open-vcdiff/src/ |
D | config.h.in | 33 /* Define to 1 if you have the `posix_memalign' function. */
|
D | vcencoder_test.cc | 558 posix_memalign(&two_pages, page_size, 2 * page_size); in TEST_F() 590 posix_memalign(&two_pages, page_size, 2 * page_size); in TEST_F()
|
D | vcdecoder3_test.cc | 482 posix_memalign(&two_pages, page_size, 2 * page_size); in TEST_F() 515 posix_memalign(&two_pages, page_size, 2 * page_size); in TEST_F()
|
/external/valgrind/unittest/ |
D | thread_wrappers_pthread.h | 109 static int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function
|
D | posix_tests.cc | 295 CHECK(0 == posix_memalign((void**)&POSIX_MEMALIGN, 64, sizeof(int))); in TEST()
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 712 POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign); 924 POSIX_MEMALIGN(NONE, posix_memalign);
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 183 posix_memalign() in case we actually are going to use it, because 187 testing for posix_memalign() funcitonality, since this may break the 252 * configure.in: free the memory allocated in posix_memalign() tests. 281 * glib/gslice.c: only use posix_memalign() if it's known to work, 284 * configure.in: check for broken posix_memalign() implementations 403 that we have posix_memalign(). (#323937, Bogdan Nicula) 828 * configure.in: check for availability of posix_memalign(3), memalign(3)
|
D | config.h.win32.in | 339 /* Define to 1 if you have the `posix_memalign' function. */ 652 /* define if posix_memalign() can allocate any size */
|
/external/valgrind/main/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 607 int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function
|