12345678910111213141516171819202122232425262728293031323334 |
- <svg width="855" height="115" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
- <g>
- <title>callgraph-info</title>
- <style>
- .small { font: italic 15px sans-serif; }
- </style>
- <line id="edge_1" y2="77" x2="101" y1="32" x1="101" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_2" y2="77" x2="259" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_3" y2="77" x2="404" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_4" y2="77" x2="499" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_5" y2="77" x2="571" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_6" y2="77" x2="644" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <line id="edge_7" y2="77" x2="752" y1="32" x1="259" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke-width="2" stroke="#000000" fill="none"/>
- <rect id="node_1" x="617" y="70" width="54" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="618" y="84" class="small">strcpy</text>
- <rect id="node_2" x="472" y="70" width="54" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="473" y="84" class="small">strlen</text>
- <rect id="node_3" x="341" y="70" width="126" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="342" y="84" class="small">splay_tree_new</text>
- <rect id="node_4" x="25" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="26" y="84" class="small">splay_tree_delete</text>
- <rect id="node_5" x="676" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="677" y="84" class="small">splay_tree_insert</text>
- <rect id="node_6" x="183" y="70" width="153" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="184" y="84" class="small">splay_tree_lookup</text>
- <rect id="node_7" x="43" y="25" width="117" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="44" y="39" class="small">clear_uniqstr</text>
- <rect id="node_8" x="228" y="25" width="63" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="229" y="39" class="small">uniqstr</text>
- <rect id="node_9" x="531" y="70" width="81" height="15" stroke-linecap="null" stroke-linejoin="null" stroke-dasharray="null" stroke="#000000" fill="#7fff00"/>
- <text x="532" y="84" class="small">dp_calloc</text>
- </g>
- </svg>
|