HomeSort by relevance Sort by last modified time
    Searched refs:posix_memalign (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
35 // Some systems (e.g. those with GNU libc) declare posix_memalign with an
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
63 if (posix_memalign(&__mallocedMemory, __align, __size))
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
35 // Some systems (e.g. those with GNU libc) declare posix_memalign with an
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
63 if (posix_memalign(&__mallocedMemory, __align, __size))
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 33 extern int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
35 // Some systems (e.g. those with GNU libc) declare posix_memalign with an
39 extern "C" int posix_memalign(void **__memptr, size_t __alignment, size_t __size);
61 if (posix_memalign(&__mallocedMemory, __align, __size))
  /prebuilts/ndk/r16/sources/android/support/src/
posix_memalign.cpp 5 int posix_memalign(void** memptr, size_t alignment, size_t size) { function
  /external/jemalloc/test/integration/
posix_memalign.c 25 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
32 assert_d_ne(posix_memalign(&p, alignment + 1, 1), 0,
51 assert_d_ne(posix_memalign(&p, alignment, size), 0,
52 "Expected error for posix_memalign(&p, %zu, %zu)",
62 assert_d_ne(posix_memalign(&p, alignment, size), 0,
63 "Expected error for posix_memalign(&p, %zu, %zu)",
72 assert_d_ne(posix_memalign(&p, alignment, size), 0,
73 "Expected error for posix_memalign(&p, %zu, %zu)",
97 err = posix_memalign(&ps[i],
  /external/compiler-rt/test/scudo/
double-free.cpp 40 posix_memalign(&p, 0x100, sizeof(int));
memalign.cpp 29 posix_memalign(&p, alignment, size);
  /external/libchrome/base/memory/
aligned_memory.cc 23 // Android technically supports posix_memalign(), but does not expose it in
31 if (posix_memalign(&ptr, alignment, size))
  /prebuilts/ndk/r16/sources/android/support/include/
stdlib.h 37 int posix_memalign(void** memptr, size_t alignment, size_t size);
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
356 by 0x........: posix_memalign (vg_replace_malloc.c:...)
372 by 0x........: posix_memalign (vg_replace_malloc.c:...)
388 by 0x........: posix_memalign (vg_replace_malloc.c:...)
404 by 0x........: posix_memalign (vg_replace_malloc.c:...)
420 by 0x........: posix_memalign (vg_replace_malloc.c:...)
436 by 0x........: posix_memalign (vg_replace_malloc.c:...
    [all...]
sh-mem-vec256-plo-no.stderr.exp 32 by 0x........: posix_memalign (vg_replace_malloc.c:...)
39 by 0x........: posix_memalign (vg_replace_malloc.c:...)
51 by 0x........: posix_memalign (vg_replace_malloc.c:...)
58 by 0x........: posix_memalign (vg_replace_malloc.c:...)
68 by 0x........: posix_memalign (vg_replace_malloc.c:...)
84 by 0x........: posix_memalign (vg_replace_malloc.c:...)
100 by 0x........: posix_memalign (vg_replace_malloc.c:...)
116 by 0x........: posix_memalign (vg_replace_malloc.c:...)
132 by 0x........: posix_memalign (vg_replace_malloc.c:...)
148 by 0x........: posix_memalign (vg_replace_malloc.c:...
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
opj_malloc.h 135 extern int posix_memalign(void**, size_t, size_t);
139 posix_memalign(&mem, 16, size);
146 posix_memalign(&mem, 32, size);
  /bionic/libc/private/
bionic_malloc_dispatch.h 63 MallocPosixMemalign posix_memalign; member in struct:MallocDispatch
  /external/compiler-rt/test/asan/TestCases/Posix/
large_allocator_unpoisons_on_free.cc 21 posix_memalign(&p, boundary, size);
  /external/jemalloc/include/jemalloc/internal/
public_namespace.h 5 #define je_posix_memalign JEMALLOC_N(posix_memalign)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
4-1.c 53 if (posix_memalign(&saddr, sysconf(_SC_PAGE_SIZE), stack_size) != 0) {
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 58 if(posix_memalign(&ptr, alignment, size) != 0)
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 32 ASSERT_EQ(0, posix_memalign(reinterpret_cast<void**>(&dst), ALIGNMENT,
34 ASSERT_EQ(0, posix_memalign(reinterpret_cast<void**>(&src), ALIGNMENT,
87 ASSERT_EQ(0, posix_memalign(reinterpret_cast<void**>(&src), ALIGNMENT,
113 ASSERT_EQ(0, posix_memalign(reinterpret_cast<void**>(&dst), ALIGNMENT,
  /external/valgrind/none/tests/ppc32/
data-cache-instructions.c 8 /* ensure we have posix_memalign */
24 err = posix_memalign ((void **)&test_block, MAX_DCBZL_SZB, test_block_size);
26 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
69 err = posix_memalign((void **) &buffer, block_size, buffer_size);
71 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
  /external/valgrind/none/tests/ppc64/
data-cache-instructions.c 8 /* ensure we have posix_memalign */
24 err = posix_memalign ((void **)&test_block, MAX_DCBZL_SZB, test_block_size);
26 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
69 err = posix_memalign((void **) &buffer, block_size, buffer_size);
71 fprintf(stderr, "posix_memalign() failed (err = %d [%s])\n", err, strerror(err));
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_truncate.c 74 TEST(posix_memalign(&bufptr, 4096, 64 * 1024));
119 TEST(posix_memalign(&bufptr, 4096, 64 * 1024));
  /external/compiler-rt/lib/scudo/
scudo_interceptors.cpp 63 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
  /external/e2fsprogs/lib/ext2fs/
inline.c 15 #define _XOPEN_SOURCE 600 /* for posix_memalign() */
54 retval = posix_memalign(p, align, size);
  /external/fec/
dotprod_sse2.c 39 posix_memalign((void **)&dp->coeffs[i],16,blksize);
  /external/gemmlowp/internal/
platform.h 40 // posix_memalign is missing on some 4.1 x86 devices
84 if (posix_memalign(&memptr, alignment, size)) {

Completed in 1313 milliseconds

12 3 4 5 6 7 8