MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / unmap_memory

Method unmap_memory

Python-Bridge/Python-Bridge.py:266–267  ·  view source on GitHub ↗
(self, mapping_info)

Source from the content-addressed store, hash-verified

264 return status, mapping_info
265
266 def unmap_memory(self, mapping_info):
267 return self.__kb.KbUnmapMemory(byref(mapping_info))
268
269 class PhysicalMemory:
270 def __init__(self, kb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected