HomeSort by relevance Sort by last modified time
    Searched refs:posix_memalign (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
33 extern int posix_memalign (void **, size_t, size_t);
35 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
48 if (posix_memalign (&ptr, alignment, size) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
33 extern int posix_memalign (void **, size_t, size_t);
35 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
48 if (posix_memalign (&ptr, alignment, size) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
33 extern int posix_memalign (void **, size_t, size_t);
35 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
48 if (posix_memalign (&ptr, alignment, size) == 0)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
mm_malloc.h 30 /* We can't depend on <stdlib.h> since the prototype of posix_memalign
33 extern int posix_memalign (void **, size_t, size_t);
35 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
48 if (posix_memalign (&ptr, alignment, size) == 0)
  /external/clang/lib/Headers/
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/clang/darwin-x86/host/3.6/lib/clang/3.6/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/clang/linux-x86/host/3.6/lib/clang/3.6/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/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))
  /external/jemalloc/test/integration/
posix_memalign.c 14 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
21 assert_d_ne(posix_memalign(&p, alignment + 1, 1), 0,
40 assert_d_ne(posix_memalign(&p, alignment, size), 0,
41 "Expected error for posix_memalign(&p, %zu, %zu)",
51 assert_d_ne(posix_memalign(&p, alignment, size), 0,
52 "Expected error for posix_memalign(&p, %zu, %zu)",
61 assert_d_ne(posix_memalign(&p, alignment, size), 0,
62 "Expected error for posix_memalign(&p, %zu, %zu)",
85 err = posix_memalign(&ps[i],
  /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/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/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/compiler-rt/lib/asan/
asan_malloc_linux.cc 106 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
108 // Printf("posix_memalign: %zx %zu\n", alignment, size);
146 int (*posix_memalign)(void **memptr, uptr alignment, uptr size);
159 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_malloc.h 130 extern int posix_memalign(void**, size_t, size_t);
134 posix_memalign(&mem, 16, size);
  /bionic/libc/bionic/
malloc_debug_common.h 98 MallocDebugPosixMemalign posix_memalign; member in struct:MallocDebug
  /external/e2fsprogs/lib/ext2fs/
inline.c 15 #define _XOPEN_SOURCE 600 /* for posix_memalign() */
53 retval = posix_memalign(p, align, size);
  /external/eigen/blas/
Android.mk 63 # EIGEN_ANDROID_POSIX_MEMALIGN_WR is for "Eigen Android posix_memalign Work Around"
64 # Only used for build for low Android API(x86 target) without posix_memalign.
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.h 16 # define posix_memalign je_posix_memalign macro
jemalloc_mangle_jet.h 16 # define posix_memalign jet_posix_memalign macro

Completed in 1427 milliseconds

1 2 3 4