Home
last modified time | relevance | path

Searched defs:old_address (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap()
H A Dsanitizer_mac.cpp147 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap()
H A Dsanitizer_linux.cpp261 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap()
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2243 #define __sanitizer_syscall_pre_mremap(old_address, old_size, new_address, \ argument
2248 #define __sanitizer_syscall_post_mremap(res, old_address, old_size, \ argument