repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Session restore] Rename group name Enabled to Restore.
[chromium-blink-merge.git]
/
third_party
/
tcmalloc
/
vendor
/
doc
/
overview.dot
blob
9966f56cfc8b826f0b0609511e7131568660aab6
1
digraph
Overview {
2
node
[
shape
=
box
]
3
4
{
rank
=same
5
T1 [
label
=
"Thread Cache"
]
6
Tsep [
label
=
"..."
,
shape
=
plaintext
]
7
Tn [
label
=
"Thread Cache"
]
8
T1
->
Tsep
->
Tn [
style
=
invis
]
9
}
10
11
C [
label
=
"Central
\n
Heap"
]
12
T1
->
C [
dir
=both]
13
Tn
->
C [
dir
=both]
14
15
}