chore: fix mermaid diag

This commit is contained in:
lakshit verma 2026-08-15 04:48:30 +05:30
parent 13b06dda1f
commit fc5a249c4a
No known key found for this signature in database

View file

@ -18,16 +18,14 @@ naksheap reads the allocator metadata that is already in the dump. It walks glib
The pipeline is one command, end to end. The pipeline is one command, end to end.
![naksheap pipeline](docs/pipeline.svg) ```mermaid
<!-- Source (mermaid), regenerate with mermaid-cli:
flowchart LR flowchart LR
A[core dump] --> B[find arenas and heap regions] A[core dump] --> B[find arenas and heap regions]
B --> C[carve objects: address, size, allocated or freed] B --> C[carve objects: address, size, allocated or freed]
C --> D[scan for pointers between objects, registers, stack] C --> D[scan for pointers between objects, registers, stack]
D --> E[group identical layouts, detect vtables, strings, vectors] D --> E[group identical layouts, detect vtables, strings, vectors]
E --> F[object graph: ASCII, JSON, Graphviz, HTML report] E --> F[object graph: ASCII, JSON, Graphviz, HTML report]
--> ```
## Quick start ## Quick start