Home
last modified time | relevance | path

Searched defs:posix_memalign (Results 1 – 25 of 25) sorted by relevance

/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h26 # define posix_memalign je_posix_memalign macro
Djemalloc_mangle_jet.h26 # define posix_memalign jet_posix_memalign macro
Djemalloc.h357 # define posix_memalign je_posix_memalign macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h51 SHIM_ALWAYS_EXPORT int posix_memalign(void** r, size_t a, size_t s) __THROW { in posix_memalign() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp44 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc71 int posix_memalign(void** memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
169 int (*posix_memalign)(void **memptr, uptr alignment, uptr size); member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc121 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp63 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp223 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
266 int (*posix_memalign)(void **memptr, uptr alignment, uptr size); member
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp149 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp203 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc101 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp16 #define posix_memalign __real_posix_memalign macro
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp98 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc168 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp169 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/
Dmod.rs870 pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int; in posix_memalign() function
/external/rust/crates/libc/src/
Dwasi.rs390 pub fn posix_memalign(a: *mut *mut c_void, b: size_t, c: size_t) -> c_int; in posix_memalign() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc777 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp831 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1850 pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int { in posix_memalign() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3231 TEST(MemorySanitizer, posix_memalign) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp3462 TEST(MemorySanitizer, posix_memalign) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3600 pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int; in posix_memalign() function