Home
last modified time | relevance | path

Searched refs:internal_mremap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h41 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags,
H A Dsanitizer_netbsd.cpp108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function
H A Dsanitizer_linux_libcdep.cpp1041 return internal_mremap(reinterpret_cast<void *>(base_addr), 0, alias_size, in MremapCreateAlias()
H A Dsanitizer_mac.cpp147 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function
H A Dsanitizer_linux.cpp261 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function