/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 57 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
H A D | tsan_mman.cpp | 322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign()
|
H A D | tsan_interceptors_posix.cpp | 851 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_malloc_mac.cpp | 39 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
|
H A D | lsan_allocator.cpp | 179 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign()
|
H A D | lsan_interceptors.cpp | 108 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 82 INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr size) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 43 int __sanitizer_posix_memalign(void **memptr, uptr alignment, uptr size) { in __sanitizer_posix_memalign()
|
H A D | hwasan_allocator.cpp | 517 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, in hwasan_posix_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 128 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
H A D | memprof_allocator.cpp | 734 int memprof_posix_memalign(void **memptr, uptr alignment, uptr size, in memprof_posix_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 85 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
|
H A D | dfsan_allocator.cpp | 282 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size) { in dfsan_posix_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 141 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
|
H A D | asan_allocator.cpp | 1082 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 400 int msan_posix_memalign(void **memptr, uptr alignment, uptr size, in msan_posix_memalign()
|
H A D | msan_interceptors.cpp | 161 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 319 INTERCEPTOR(int, posix_memalign, void **memptr, size_t alignment, size_t size) { in INTERCEPTOR()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hw.c | 934 struct irdma_dma_mem *memptr, u32 size, in irdma_obj_aligned_mem()
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2397 je_posix_memalign(void **memptr, size_t alignment, size_t size) { in je_posix_memalign()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 87679 uint64_t memptr; member
|