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

  /prebuilts/ndk/r16/sources/android/support/src/
posix_memalign.cpp 5 int posix_memalign(void** memptr, size_t alignment, size_t size) { function
  /bionic/linker/
linker_libcxx_support.cpp 39 int posix_memalign(void**, size_t, size_t) { function
40 async_safe_fatal("posix_memalign is not implemented in the linker");
  /external/libchrome/base/process/
memory_linux.cc 123 // posix_memalign has a unique signature and doesn't have a __libc_ variant.
124 int posix_memalign(void** ptr, size_t alignment, size_t size)
127 int posix_memalign(void** ptr, size_t alignment, size_t size) { function
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 121 int posix_memalign(void **memptr, size_t alignment, size_t size) { function
  /bionic/libc/private/
bionic_malloc_dispatch.h 63 MallocPosixMemalign posix_memalign; member in struct:MallocDispatch
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) {
131 // Printf("posix_memalign: %zx %zu\n", alignment, size);
169 int (*posix_memalign)(void **memptr, uptr alignment, uptr size); member in struct:MallocDebugL
182 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
  /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 335 # define posix_memalign je_posix_memalign macro
  /bionic/libc/bionic/
malloc_common.cpp 60 Malloc(posix_memalign),
144 extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) { function
145 auto _posix_memalign = __libc_globals->malloc_dispatch.posix_memalign;
149 return Malloc(posix_memalign)(memptr, alignment, size);
300 if (!InitMallocFunction<MallocPosixMemalign>(impl_handler, &table->posix_memalign, prefix,
301 "posix_memalign")) {
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 607 int posix_memalign(void **out, size_t al, size_t size) { function

Completed in 748 milliseconds