Sign in
mojo
/
mojo-tools
/
a970ef645f92b4a504bd0f3acb4bbef13a6a5930
/
.
/
third_party
/
tcmalloc
/
vendor
/
doc
/
overview.dot
blob: 9966f56cfc8b826f0b0609511e7131568660aab6 [
file
]
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
]
}