mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-07 00:36:00 +02:00
Moving BeefMem
This commit is contained in:
parent
b3487d733b
commit
65bf1915af
337 changed files with 0 additions and 4 deletions
15
BeefTools/BeefMem/gperftools/doc/overview.dot
Normal file
15
BeefTools/BeefMem/gperftools/doc/overview.dot
Normal file
|
@ -0,0 +1,15 @@
|
|||
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]
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue