mirror of
https://github.com/vee1e/naksheap.git
synced 2026-09-01 10:18:37 +00:00
chore: fix mermaid diag
This commit is contained in:
parent
13b06dda1f
commit
fc5a249c4a
1 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
<!-- Source (mermaid), regenerate with mermaid-cli:
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A[core dump] --> B[find arenas and heap regions]
|
||||
B --> C[carve objects: address, size, allocated or freed]
|
||||
C --> D[scan for pointers between objects, registers, stack]
|
||||
D --> E[group identical layouts, detect vtables, strings, vectors]
|
||||
E --> F[object graph: ASCII, JSON, Graphviz, HTML report]
|
||||
-->
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue