TheAlgorithms-C/d2/ddd/malloc__dbg_8h_a10238aaeea60178d31fbb74347e941aa_cgraph.svg

83 lines
4.2 KiB
XML
Raw Normal View History

<?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.1 (20210213.1702)
-->
<!-- Title: malloc_dbg Pages: 1 -->
<svg width="181pt" height="142pt"
viewBox="0.00 0.00 181.00 142.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 138)">
<title>malloc_dbg</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 177,-138 177,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="malloc_dbg function is a wrapper around the malloc function.">
<polygon fill="#bfbfbf" stroke="black" points="0,-57.5 0,-76.5 66,-76.5 66,-57.5 0,-57.5"/>
<text text-anchor="middle" x="33" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">malloc_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="102,-114.5 102,-133.5 173,-133.5 173,-114.5 102,-114.5"/>
<text text-anchor="middle" x="137.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">addMemInfo</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M51.03,-76.56C64.77,-84.26 84.62,-95.36 102,-105 104.58,-106.43 107.27,-107.92 109.96,-109.4"/>
<polygon fill="midnightblue" stroke="midnightblue" points="108.49,-112.59 118.94,-114.36 111.87,-106.46 108.49,-112.59"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../db/d84/malloc__dbg_8c.html#a8ac3a93239838ac88c18df64c58b9275" target="_top" xlink:title="editInfo function is used to edit an element in the memoryInfo list.">
<polygon fill="white" stroke="black" points="113,-76.5 113,-95.5 162,-95.5 162,-76.5 113,-76.5"/>
<text text-anchor="middle" x="137.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">editInfo</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M66.15,-72.96C77.87,-75.13 91.14,-77.59 102.97,-79.78"/>
<polygon fill="midnightblue" stroke="midnightblue" points="102.45,-83.25 112.92,-81.63 103.73,-76.37 102.45,-83.25"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../db/d84/malloc__dbg_8c.html#acd08c54b257fb81e57f16c94690072f2" target="_top" xlink:title="inList function is used to know if an element is already in the memoryInfo list.">
<polygon fill="white" stroke="black" points="117.5,-38.5 117.5,-57.5 157.5,-57.5 157.5,-38.5 117.5,-38.5"/>
<text text-anchor="middle" x="137.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">inList</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M66.15,-61.04C79.27,-58.61 94.33,-55.82 107.15,-53.44"/>
<polygon fill="midnightblue" stroke="midnightblue" points="108.1,-56.82 117.29,-51.56 106.82,-49.94 108.1,-56.82"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><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="106.5,-0.5 106.5,-19.5 168.5,-19.5 168.5,-0.5 106.5,-0.5"/>
<text text-anchor="middle" x="137.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">printLeaks</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M51.03,-57.44C64.77,-49.74 84.62,-38.64 102,-29 104.58,-27.57 107.27,-26.08 109.96,-24.6"/>
<polygon fill="midnightblue" stroke="midnightblue" points="111.87,-27.54 118.94,-19.64 108.49,-21.41 111.87,-27.54"/>
</g>
</g>
</svg>