Home
last modified time | relevance | path

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

/freebsd-src/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.cpp311 user_posix_memalign(ThreadState * thr,uptr pc,void ** memptr,uptr align,uptr sz) user_posix_memalign() argument
H A Dtsan_interceptors_posix.cpp851 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/freebsd-src/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() argument
H A Dlsan_interceptors.cpp108 INTERCEPTOR(int,posix_memalign,void ** memptr,uptr alignment,uptr size) INTERCEPTOR() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp44 # define COMMON_MALLOC_POSIX_MEMALIGN(memptr, alignment, size) \ argument
H A Dasan_malloc_linux.cpp141 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
H A Dasan_allocator.cpp1074 asan_posix_memalign(void ** memptr,uptr alignment,uptr size,BufferedStackTrace * stack) asan_posix_memalign() argument
/freebsd-src/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() argument
H A Dhwasan_allocator.cpp516 hwasan_posix_memalign(void ** memptr,uptr alignment,uptr size,StackTrace * stack) hwasan_posix_memalign() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp130 return memprof_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR() argument
H A Dmemprof_allocator.cpp674 memprof_posix_memalign(void ** memptr,uptr alignment,uptr size,BufferedStackTrace * stack) memprof_posix_memalign() argument
/freebsd-src/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.cpp279 dfsan_posix_memalign(void ** memptr,uptr alignment,uptr size) dfsan_posix_memalign() argument
/freebsd-src/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() argument
H A Dmsan_interceptors.cpp161 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/freebsd-src/sys/dev/irdma/
H A Dirdma_hw.c934 struct irdma_dma_mem *memptr, u32 size, in irdma_obj_aligned_mem()
/freebsd-src/contrib/jemalloc/src/
H A Djemalloc.c2397 je_posix_memalign(void **memptr, size_t alignment, size_t size) { in je_posix_memalign()
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h87679 uint64_t memptr; member