mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Upgrade gperftools to 2.9 for GCP/GMC/GMP/GMD. (#2247)
This commit is contained in:
parent
63da0dca92
commit
44e9dc83e9
346 changed files with 169666 additions and 78 deletions
25
trunk/3rdparty/gperftools-2-fit/docs/pageheap.dot
vendored
Normal file
25
trunk/3rdparty/gperftools-2-fit/docs/pageheap.dot
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
digraph PageHeap {
|
||||
rankdir=LR
|
||||
node [shape=box, width=0.3, height=0.3]
|
||||
nodesep=.05
|
||||
|
||||
heap [shape=record, height=3, label="<f0>1 page|<f1>2 pages|<f2>3 pages|...|<f128>128 pages"]
|
||||
O0 [shape=record, label=""]
|
||||
O1 [shape=record, label=""]
|
||||
O2 [shape=record, label="{|}"]
|
||||
O3 [shape=record, label="{|}"]
|
||||
O4 [shape=record, label="{||}"]
|
||||
O5 [shape=record, label="{||}"]
|
||||
O6 [shape=record, label="{|...|}"]
|
||||
O7 [shape=record, label="{|...|}"]
|
||||
sep1 [shape=plaintext, label="..."]
|
||||
sep2 [shape=plaintext, label="..."]
|
||||
sep3 [shape=plaintext, label="..."]
|
||||
sep4 [shape=plaintext, label="..."]
|
||||
|
||||
heap:f0 -> O0 -> O1 -> sep1
|
||||
heap:f1 -> O2 -> O3 -> sep2
|
||||
heap:f2 -> O4 -> O5 -> sep3
|
||||
heap:f128 -> O6 -> O7 -> sep4
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue