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

Method __init__

Python-Bridge/Python-Bridge.py:270–271  ·  view source on GitHub ↗
(self, kb)

Source from the content-addressed store, hash-verified

268
269 class PhysicalMemory:
270 def __init__(self, kb):
271 self.__kb = kb
272
273 def alloc_physical_memory(self, lowest_acceptable, highest_acceptable, boundary_multiple, size, caching_type):
274 ptr = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected