Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
671
class
Chunk:
672
def
__init__(self, address: int, size: int):
673
self.inuse = True
674
self.address = address
675
self.size = size
676
677
678
class
QlMemoryHeap:
Callers
1
alloc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected