/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 26 # define posix_memalign je_posix_memalign macro
|
D | jemalloc_mangle_jet.h | 26 # define posix_memalign jet_posix_memalign macro
|
D | jemalloc.h | 357 # define posix_memalign je_posix_memalign macro
|
/external/libchrome/base/allocator/ |
D | allocator_shim_override_libc_symbols.h | 51 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/ |
D | scudo_malloc.cpp | 44 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
|
/external/perfetto/src/profiling/memory/ |
D | malloc_interceptor_glibc_preload.cc | 71 int posix_memalign(void** memptr, size_t alignment, size_t size) { in posix_memalign() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 129 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/ |
D | sanitizer_allocator_testlib.cc | 121 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 63 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cpp | 223 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/ |
D | sanitizer_allocator_testlib.cpp | 149 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_malloc_linux.cpp | 203 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 101 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_rtems.cpp | 16 #define posix_memalign __real_posix_memalign macro
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cpp | 98 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 168 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 169 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 870 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/ |
D | wasi.rs | 390 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/ |
D | tsan_interceptors.cc | 777 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 831 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1850 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/ |
D | msan_test.cc | 3231 TEST(MemorySanitizer, posix_memalign) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 3462 TEST(MemorySanitizer, posix_memalign) { in TEST() argument
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3600 pub fn posix_memalign(memptr: *mut *mut ::c_void, align: ::size_t, size: ::size_t) -> ::c_int; in posix_memalign() function
|