mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
53 lines
2.5 KiB
XML
53 lines
2.5 KiB
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
<!-- Generated by graphviz version 2.46.0 (20210118.1747)
|
||
|
-->
|
||
|
<!-- Title: calloc_dbg Pages: 1 -->
|
||
|
<svg width="178pt" height="66pt"
|
||
|
viewBox="0.00 0.00 178.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
|
||
|
<title>calloc_dbg</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 174,-62 174,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="calloc_dbg function is a wrapper around the calloc function.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 63,-38.5 63,-19.5 0,-19.5"/>
|
||
|
<text text-anchor="middle" x="31.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">calloc_dbg</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../db/d84/malloc__dbg_8c.html#afae235c0e32e4c8b7d67117da5f78946" target="_top" xlink:title="addMemInfo function add a memory allocation in the memoryInfo list.">
|
||
|
<polygon fill="white" stroke="black" points="99,-38.5 99,-57.5 170,-57.5 170,-38.5 99,-38.5"/>
|
||
|
<text text-anchor="middle" x="134.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">addMemInfo</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M63.08,-34.75C71.17,-36.28 80.08,-37.95 88.76,-39.58"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="88.31,-43.06 98.78,-41.47 89.6,-36.18 88.31,-43.06"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../db/d84/malloc__dbg_8c.html#a2a47e4c38db8c00b80248e5535adf797" target="_top" xlink:title="printLeaks function is used to print all the memory leaks.">
|
||
|
<polygon fill="white" stroke="black" points="103.5,-0.5 103.5,-19.5 165.5,-19.5 165.5,-0.5 103.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="134.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">printLeaks</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M63.08,-23.25C72.66,-21.45 83.38,-19.43 93.51,-17.52"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="94.19,-20.96 103.37,-15.67 92.9,-14.08 94.19,-20.96"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|