Sign in
chromium
/
external
/
github.com
/
gperftools
/
gperftools
/
refs/tags/gperftools-2.13
/
.
/
docs
/
overview.dot
blob: 9966f56cfc8b826f0b0609511e7131568660aab6 [
file
] [
log
] [
blame
]
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
]
}