MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / drop

Method drop

vmm/src/memory_manager.rs:3033–3035  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

3031
3032impl Drop for MemoryManager {
3033 fn drop(&mut self) {
3034 self.stop_uffd_handler();
3035 }
3036}
3037
3038#[derive(Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls 1

stop_uffd_handlerMethod · 0.80

Tested by

no test coverage detected