HomeSort by relevance Sort by last modified time
    Searched defs:posix_memalign (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/base/process/
memory_linux.cc 128 // 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/
sanitizer_allocator_testlib.cc 119 int posix_memalign(void **memptr, size_t alignment, size_t size) { function
  /bionic/libc/bionic/
malloc_debug_common.cpp 73 Malloc(posix_memalign),
270 extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) { function
271 return __libc_malloc_dispatch->posix_memalign(memptr, alignment, size);
318 InitMallocFunction<MallocDebugPosixMemalign>(malloc_impl_handler, &table->posix_memalign, prefix, "posix_memalign");
470 (malloc_dispatch_table.posix_memalign == NULL) ||
malloc_debug_common.h 98 MallocDebugPosixMemalign posix_memalign; member in struct:MallocDebug
  /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
jemalloc.h 177 # define posix_memalign je_posix_memalign macro
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 607 int posix_memalign(void **out, size_t al, size_t size) { function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 460 /// int posix_memalign(void **memptr, size_t alignment, size_t size);
461 posix_memalign, enumerator in enum:llvm::LibFunc::Func

Completed in 306 milliseconds