Home
last modified time | relevance | path

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

12

/external/clang/lib/Headers/
Dmm_malloc.h33 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/
Dccc.cpp14 int res = posix_memalign(&v6, 8, sizeof(int)); x6 = (int*)v6; in main()
Dccc.stderr.exp-glibc27-x8642 by 0x........: posix_memalign (vg_replace_malloc.c:...)
Dccc.stderr.exp-glibc25-amd6442 by 0x........: posix_memalign (vg_replace_malloc.c:...)
Dccc.stderr.exp-glibc28-amd6442 by 0x........: posix_memalign (vg_replace_malloc.c:...)
/external/valgrind/main/memcheck/tests/
Dmemalign2.c53 # define PM(a,b,c) posix_memalign((void**)a, b, c) in main()
/external/chromium/sdch/open-vcdiff/testdata/
Dconfigure.ac.v0.138 AC_CHECK_FUNCS([memalign posix_memalign])
Dconfigure.ac.v0.240 AC_CHECK_FUNCS([memalign posix_memalign])
/external/qemu/
Doslib-posix.c48 ret = posix_memalign(&ptr, alignment, size); in qemu_memalign()
/external/valgrind/main/massif/tests/
Drealloc.stderr.exp12 Massif: posix_memalign
Ddeep-C.stderr.exp12 Massif: posix_memalign
Ddeep-B.stderr.exp12 Massif: posix_memalign
Dpeak2.stderr.exp12 Massif: posix_memalign
/external/chromium/sdch/open-vcdiff/
Dconfigure.ac50 AC_CHECK_FUNCS([memalign posix_memalign])
/external/chromium/base/
Dprocess_util_linux.cc680 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
Dprocess_util_mac.mm493 // === 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/
Dconfig.h.in33 /* Define to 1 if you have the `posix_memalign' function. */
Dvcencoder_test.cc558 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()
Dvcdecoder3_test.cc482 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/
Dthread_wrappers_pthread.h109 static int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function
Dposix_tests.cc295 CHECK(0 == posix_memalign((void**)&POSIX_MEMALIGN, 64, sizeof(int))); in TEST()
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c712 POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);
924 POSIX_MEMALIGN(NONE, posix_memalign);
/external/bluetooth/glib/
DChangeLog.pre-2-10183 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)
Dconfig.h.win32.in339 /* Define to 1 if you have the `posix_memalign' function. */
652 /* define if posix_memalign() can allocate any size */
/external/valgrind/main/drd/tests/
Dtsan_thread_wrappers_pthread.h607 int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function

12