mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
83 lines
4.2 KiB
XML
83 lines
4.2 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.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: malloc_dbg Pages: 1 -->
|
||
|
<svg width="184pt" height="142pt"
|
||
|
viewBox="0.00 0.00 184.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 180,-138 180,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 68,-76.5 68,-57.5 0,-57.5"/>
|
||
|
<text text-anchor="middle" x="34" 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#a062aa89cafd39a97971a2eb22653ff2a" target="_top" xlink:title="addMemInfo function add a memory allocation in the memoryInfo list.">
|
||
|
<polygon fill="white" stroke="black" points="104,-114.5 104,-133.5 176,-133.5 176,-114.5 104,-114.5"/>
|
||
|
<text text-anchor="middle" x="140" y="-121.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="M52.28,-76.56C66.23,-84.26 86.36,-95.36 104,-105 106.7,-106.48 109.53,-108.02 112.34,-109.55"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="110.73,-112.66 121.18,-114.36 114.07,-106.5 110.73,-112.66"/>
|
||
|
</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="115.5,-76.5 115.5,-95.5 164.5,-95.5 164.5,-76.5 115.5,-76.5"/>
|
||
|
<text text-anchor="middle" x="140" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">editInfo</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M68.19,-73.06C80.05,-75.23 93.43,-77.67 105.33,-79.85"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="104.87,-83.32 115.33,-81.68 106.13,-76.44 104.87,-83.32"/>
|
||
|
</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="120,-38.5 120,-57.5 160,-57.5 160,-38.5 120,-38.5"/>
|
||
|
<text text-anchor="middle" x="140" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">inList</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node1->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M68.19,-60.94C81.47,-58.51 96.65,-55.74 109.53,-53.38"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="110.52,-56.76 119.73,-51.52 109.26,-49.87 110.52,-56.76"/>
|
||
|
</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="108.5,-0.5 108.5,-19.5 171.5,-19.5 171.5,-0.5 108.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="140" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">printLeaks</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node5 -->
|
||
|
<g id="edge4" class="edge">
|
||
|
<title>Node1->Node5</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M52.28,-57.44C66.23,-49.74 86.36,-38.64 104,-29 106.7,-27.52 109.53,-25.98 112.34,-24.45"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="114.07,-27.5 121.18,-19.64 110.73,-21.34 114.07,-27.5"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|