Searched refs:asan_posix_memalign (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_mac.cpp | 43 int res = asan_posix_memalign(memptr, alignment, size, &stack);
|
D | asan_allocator.h | 223 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
D | asan_malloc_linux.cpp | 227 return asan_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR()
|
D | asan_allocator.cpp | 1054 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign() function
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 175 int asan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
D | asan_malloc_linux.cc | 132 return asan_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR()
|
D | asan_allocator.cc | 765 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign() function
|