mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
239 B
Plaintext
16 lines
239 B
Plaintext
3 years ago
|
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]
|
||
|
|
||
|
}
|