/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 95 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 D | sanitizer_allocator_testlib.cpp | 140 void *memalign(size_t alignment, size_t size) { in memalign() function
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 93 INTERCEPTOR(void *,memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 157 INTERCEPTOR(void *,memalign,uptr align,uptr size) INTERCEPTOR() argument
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | malloc.c | 103 extern inline void *RPMALLOC_CDECL memalign(size_t alignment, size_t size) { in memalign() function
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 122 INTERCEPTOR(void *,memalign,uptr alignment,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_test.cpp | 352 TEST(AddressSanitizer, memalign) { in TEST() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 171 INTERCEPTOR(void *,memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 810 TSAN_INTERCEPTOR(void *,memalign,uptr align,uptr sz) TSAN_INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3503 TEST(MemorySanitizer, memalign) { in TEST() argument
|