Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h16 # define posix_memalign jet_posix_memalign macro
Djemalloc_mangle.h16 # define posix_memalign je_posix_memalign macro
Djemalloc.h335 # define posix_memalign je_posix_memalign macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc119 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc123 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
163 int (*posix_memalign)(void **memptr, uptr alignment, uptr size); member
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc99 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h607 int posix_memalign(void **out, size_t al, size_t size) { in posix_memalign() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc165 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc835 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3184 TEST(MemorySanitizer, posix_memalign) { in TEST() argument