Structs§
- Allocator
Memory Snapshot - Allocator
Pressure Relief - Memory
Estimate - A cold-path estimate of memory AFT can attribute without allocator hooks.
- Memory
Snapshot - Process
Memory Snapshot - Root
Memory Snapshot - Sqlite
Memory Snapshot
Constants§
- MEMORY_
SNAPSHOT_ ROOT_ DETAIL_ CAP - Cap on per-root detail entries in serialized snapshots. Process totals
always cover every root; only the per-root breakdown is capped so a
many-root daemon process cannot balloon the status payload past
downstream consumers’ size limits (the daemon metrics cache truncates
around 27 KB, and JSON keys serialize alphabetically, so an oversized
memory.rootsmap pushes later sections past the cut).