Searched defs:posix_memalign (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/process/
H A Dmemory_linux.cc128 // posix_memalign has a unique signature and doesn't have a __libc_ variant.
129 int posix_memalign(void** ptr, size_t alignment, size_t size)
132 int posix_memalign(void** ptr, size_t alignment, size_t size) { function
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc119 int posix_memalign(void **memptr, size_t alignment, size_t size) { function
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h16 # define posix_memalign je_posix_memalign macro
H A Djemalloc_mangle_jet.h16 # define posix_memalign jet_posix_memalign macro
H A Djemalloc.h177 # define posix_memalign je_posix_memalign macro
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h607 int posix_memalign(void **out, size_t al, size_t size) { function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h460 /// int posix_memalign(void **memptr, size_t alignment, size_t size);
461 posix_memalign, enumerator in enum:llvm::LibFunc::Func

Completed in 3150 milliseconds