naiveproxy/third_party/tcmalloc/vendor/doc/overview.dot
2018-02-02 05:49:39 -05:00

16 lines
239 B
Plaintext

digraph Overview {
node [shape = box]
{rank=same
T1 [label="Thread Cache"]
Tsep [label="...", shape=plaintext]
Tn [label="Thread Cache"]
T1 -> Tsep -> Tn [style=invis]
}
C [label="Central\nHeap"]
T1 -> C [dir=both]
Tn -> C [dir=both]
}