Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
third_party
/
gperftools
/
doc
/
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
]
}