Home
last modified time | relevance | path

Searched defs:memalign (Results 1 – 11 of 11) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp95 INTERCEPTOR(void *,memalign,uptr boundary,uptr size) INTERCEPTOR() argument
171 void *(*memalign)(uptr alignment, uptr bytes); global() member
181 void *(*memalign)(uptr alignment, uptr bytes); global() member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp140 void *memalign(size_t alignment, size_t size) { in memalign() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp93 INTERCEPTOR(void *,memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp157 INTERCEPTOR(void *,memalign,uptr align,uptr size) INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c103 extern inline void *RPMALLOC_CDECL memalign(size_t alignment, size_t size) { in memalign() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp122 INTERCEPTOR(void *,memalign,uptr alignment,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp352 TEST(AddressSanitizer, memalign) { in TEST() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp171 INTERCEPTOR(void *,memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp810 TSAN_INTERCEPTOR(void *,memalign,uptr align,uptr sz) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3503 TEST(MemorySanitizer, memalign) { in TEST() argument