Searched refs:internal_mremap (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.h | 41 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags,
|
H A D | sanitizer_netbsd.cpp | 108 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function
|
H A D | sanitizer_linux_libcdep.cpp | 1041 return internal_mremap(reinterpret_cast<void *>(base_addr), 0, alias_size, in MremapCreateAlias()
|
H A D | sanitizer_mac.cpp | 147 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function
|
H A D | sanitizer_linux.cpp | 261 uptr internal_mremap(void *old_address, uptr old_size, uptr new_size, int flags, in internal_mremap() function
|