Expand description
Various constants used for Inspect.
Constants§
- Length in bytes of metadata in the payload of an array block.
- Default number of bytes for the VMO: 256K
- Extra slots for an exponential histogram: 3 parameter slots (floor, initial step and step multiplier) and 2 overflow slots.
- Magic number for the Header block. “INSP” in UTF-8 little-endian.
- The order of the header block.
- Size of the a VMO block header.
- Version number for the Header block.
- Extra slots for a linear histogram: 2 parameter slots (floor, step size) and 2 overflow slots.
- The shift for order NUM_ORDERS-1 (the maximum order)
- The size for order NUM_ORDERS-1 (the maximum order)
- Maximum size for a VMO: 256MB
- Minimum size for the VMO: 4K
- The shift for order 0.
- The size for order 0.
- Maximum number order of a block.
- Bytes per page
- The number of bytes in the payload of a STRING_REFERENCE allotted to the total length.
- This generation count indicates a VMO is frozen. It is even to allow creating an inspector that can write to the VMO.