MCPcopy
hub / github.com/tinygrad/tinygrad / on_range_mapped

Method on_range_mapped

tinygrad/runtime/support/memory.py:227–227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

225 pt.set_entry(pte_id, paddr=0x0, valid=False)
226
227 def on_range_mapped(self): pass
228
229 @classmethod
230 def alloc_vaddr(cls, size:int, align=0x1000) -> int:

Callers 1

map_rangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected