MemorySegment
MemorySegment represents all allocated pages of a VM memory segment.
Package: thru.services.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
segment_type | uint32 | 1 · optional | VM segment type (5=stack, 7=heap) |
segment_size | uint64 | 2 · optional | Total virtual size of segment in bytes |
pages | repeated MemoryPage | 3 · optional |