Home
last modified time | relevance | path

Searched refs:__munmap (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/runtime/
H A Dhugify.cpp85 __munmap(mem, size); in hugify_for_old_kernel()
H A Dcommon.h182 uint64_t __munmap(void *addr, uint64_t size) { in __munmap() function
H A Dinstr.cpp204 __munmap(StackBase, MaxSize); in destroy()
1488 __munmap(Ctx.MMapPtr, Ctx.MMapSize); in __bolt_instr_data_dump()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp115 extern "C" int __munmap(void *, size_t) SANITIZER_WEAK_ATTRIBUTE;
143 if (&__munmap) return __munmap(addr, length); in internal_munmap()