segment_report: Shared Memory Segment Report

View source: R/diagnostics.R

segment_reportR Documentation

Shared Memory Segment Report

Description

Generates a report of active shared memory segments in the current session.

Usage

segment_report()

Details

This function reports on segments that are currently accessible. Note that segments are automatically cleaned up when their R objects are garbage collected, so this only shows segments with live references.

Value

An S3 object of class shard_report with type "segment" containing:

  • type: "segment"

  • timestamp: When the report was generated

  • n_segments: Number of tracked segments

  • total_bytes: Total bytes across all segments

  • segments: List of segment details

Examples


segment_report()


shard documentation built on April 3, 2026, 9:08 a.m.