mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Initial checkin
This commit is contained in:
parent
c74712dad9
commit
078564ac9e
3242 changed files with 1616395 additions and 0 deletions
21
BeefMem/gperftools/doc/threadheap.dot
Normal file
21
BeefMem/gperftools/doc/threadheap.dot
Normal file
|
@ -0,0 +1,21 @@
|
|||
digraph ThreadHeap {
|
||||
rankdir=LR
|
||||
node [shape=box, width=0.3, height=0.3]
|
||||
nodesep=.05
|
||||
|
||||
heap [shape=record, height=2, label="<f0>class 0|<f1>class 1|<f2>class 2|..."]
|
||||
O0 [label=""]
|
||||
O1 [label=""]
|
||||
O2 [label=""]
|
||||
O3 [label=""]
|
||||
O4 [label=""]
|
||||
O5 [label=""]
|
||||
sep1 [shape=plaintext, label="..."]
|
||||
sep2 [shape=plaintext, label="..."]
|
||||
sep3 [shape=plaintext, label="..."]
|
||||
|
||||
heap:f0 -> O0 -> O1 -> sep1
|
||||
heap:f1 -> O2 -> O3 -> sep2
|
||||
heap:f2 -> O4 -> O5 -> sep3
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue