Home
last modified time | relevance | path

Searched defs:memptr (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp57 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dtsan_mman.cpp322 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align, in user_posix_memalign()
H A Dtsan_interceptors_posix.cpp851 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp39 #define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dlsan_allocator.cpp179 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign()
H A Dlsan_interceptors.cpp108 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp82 INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr size) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp43 int __sanitizer_posix_memalign(void **memptr, uptr alignment, uptr size) { in __sanitizer_posix_memalign()
H A Dhwasan_allocator.cpp517 int hwasan_posix_memalign(void **memptr, uptr alignment, uptr size, in hwasan_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp128 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
H A Dmemprof_allocator.cpp734 int memprof_posix_memalign(void **memptr, uptr alignment, uptr size, in memprof_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp85 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
H A Ddfsan_allocator.cpp282 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size) { in dfsan_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp141 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR()
H A Dasan_allocator.cpp1082 int asan_posix_memalign(void **memptr, uptr alignment, uptr size, in asan_posix_memalign()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp400 int msan_posix_memalign(void **memptr, uptr alignment, uptr size, in msan_posix_memalign()
H A Dmsan_interceptors.cpp161 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp319 INTERCEPTOR(int, posix_memalign, void **memptr, size_t alignment, size_t size) { in INTERCEPTOR()
/freebsd/sys/dev/irdma/
H A Dirdma_hw.c934 struct irdma_dma_mem *memptr, u32 size, in irdma_obj_aligned_mem()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2397 je_posix_memalign(void **memptr, size_t alignment, size_t size) { in je_posix_memalign()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h87679 uint64_t memptr; member