TheAlgorithms-C/d7/d70/malloc__dbg_8c__incl.svg

84 lines
3.8 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 3.0.0 (20220226.1711)
-->
<!-- Title: developer_tools/malloc_dbg.c Pages: 1 -->
<svg width="280pt" height="95pt"
viewBox="0.00 0.00 280.00 95.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 91)">
<title>developer_tools/malloc_dbg.c</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-91 276,-91 276,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations.">
<polygon fill="#bfbfbf" stroke="black" points="64,-56.5 64,-86.5 180,-86.5 180,-56.5 64,-56.5"/>
<text text-anchor="start" x="72" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">developer_tools/malloc</text>
<text text-anchor="middle" x="122" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">_dbg.c</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 48,-19.5 48,-0.5 0,-0.5"/>
<text text-anchor="middle" x="24" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</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="M98.78,-56.4C83.21,-46.95 62.8,-34.56 47.24,-25.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="48.62,-21.86 38.26,-19.66 44.99,-27.84 48.62,-21.86"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="66,-0.5 66,-19.5 112,-19.5 112,-0.5 66,-0.5"/>
<text text-anchor="middle" x="89" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</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="M114.18,-56.4C109.53,-48.02 103.6,-37.33 98.66,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="101.71,-26.71 93.8,-19.66 95.59,-30.1 101.71,-26.71"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="white" stroke="#bfbfbf" points="130.5,-0.5 130.5,-19.5 179.5,-19.5 179.5,-0.5 130.5,-0.5"/>
<text text-anchor="middle" x="155" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">string.h</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="M129.82,-56.4C134.47,-48.02 140.4,-37.33 145.34,-28.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="148.41,-30.1 150.2,-19.66 142.29,-26.71 148.41,-30.1"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d2/ddd/malloc__dbg_8h.html" target="_top" xlink:title="Header file that contains macros used to replace malloc/calloc and free.">
<polygon fill="white" stroke="black" points="198,-0.5 198,-19.5 272,-19.5 272,-0.5 198,-0.5"/>
<text text-anchor="middle" x="235" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">malloc_dbg.h</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="M148.78,-56.4C167.06,-46.77 191.15,-34.09 209.21,-24.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="211.34,-27.41 218.56,-19.66 208.08,-21.22 211.34,-27.41"/>
</g>
</g>
</svg>