Interface MemoryAccessDetails

Hierarchy

  • MemoryAccessDetails

Properties

address: NativePointer

Address being accessed.

Address of instruction performing the access.

operation: MemoryOperation

The kind of operation that triggered the access.

pageIndex: number

Index of the accessed memory page inside the specified range.

pagesCompleted: number

Overall number of pages which have been accessed so far, and are thus no longer being monitored.

pagesTotal: number

Overall number of pages that were initially monitored.

rangeIndex: number

Index of the accessed range in the ranges provided to MemoryAccessMonitor.enable().

Generated using TypeDoc