summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/vendor/doc/threadheap.dot
blob: b2dba72038d1509a68b91804306693d543173ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
digraph ThreadHeap {
rankdirLR
node [shapebox width0.3 height0.3
nodesep.05

heap [shaperecord height2 label"<f0class 0<f1class 1<f2class 2..."]
O0 [label""]
O1 [label""]
O2 [label""]
O3 [label""]
O4 [label""]
O5 [label""]
sep1 [shapeplaintext label"..."]
sep2 [shapeplaintext label"..."]
sep3 [shapeplaintext label"..."]

heapf0 -> O0 -> O1 -> sep1
heapf1 -> O2 -> O3 -> sep2
heapf2 -> O4 -> O5 -> sep3

}