---
title: MemoryPage
description: MemoryPage represents a single allocated page of VM memory.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/memory-page/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/memory-page.md
---

# MemoryPage

MemoryPage represents a single allocated page of VM memory.

**Package:** `thru.services.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `page_index` | `uint32` | 1 · optional | Index within the segment’s page array |
| `data` | `bytes` | 2 · optional | Page contents (4096 bytes) |
