reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 uptr internal_munmap(void *addr, uptr length);
93 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from);
projects/compiler-rt/lib/hwasan/hwasan_dynamic_shadow.cpp 33 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from);
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp 57 uptr res = internal_munmap(addr, size);
projects/compiler-rt/lib/xray/xray_allocator.h85 internal_munmap(B, RoundedSize); 134 internal_munmap(B, RoundedSize);