MCPcopy Create free account
hub / github.com/qilingframework/qiling / Chunk

Class Chunk

qiling/os/memory.py:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669
670
671class Chunk:
672 def __init__(self, address: int, size: int):
673 self.inuse = True
674 self.address = address
675 self.size = size
676
677
678class QlMemoryHeap:

Callers 1

allocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected