Searched defs:posix_memalign (Results 1 – 11 of 11) sorted by relevance
| /external/jemalloc/include/jemalloc/ |
| D | jemalloc_mangle.h | 16 # define posix_memalign je_posix_memalign macro
|
| D | jemalloc_mangle_jet.h | 16 # define posix_memalign jet_posix_memalign macro
|
| D | jemalloc.h | 335 # define posix_memalign je_posix_memalign macro
|
| /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/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/scudo/ |
| D | scudo_interceptors.cpp | 63 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/valgrind/drd/tests/ |
| D | tsan_thread_wrappers_pthread.h | 607 int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function
|
| /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/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/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 3231 TEST(MemorySanitizer, posix_memalign) { in TEST() argument
|