mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
56 lines
2.9 KiB
XML
56 lines
2.9 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: developer_tools/malloc_dbg.h Pages: 1 -->
|
||
|
<svg width="246pt" height="106pt"
|
||
|
viewBox="0.00 0.00 246.00 106.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 102)">
|
||
|
<title>developer_tools/malloc_dbg.h</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-102 242,-102 242,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Header file that contains macros used to replace malloc/calloc and free.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="64,-67.5 64,-97.5 180,-97.5 180,-67.5 64,-67.5"/>
|
||
|
<text text-anchor="start" x="72" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">developer_tools/malloc</text>
|
||
|
<text text-anchor="middle" x="122" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">_dbg.h</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" target="_top" xlink:title="This file contains malloc_dbg, calloc_dbg, free_dbg and printLeaks implementations.">
|
||
|
<polygon fill="white" stroke="black" points="0,-0.5 0,-30.5 116,-30.5 116,-0.5 0,-0.5"/>
|
||
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">developer_tools/malloc</text>
|
||
|
<text text-anchor="middle" x="58" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_dbg.c</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M100.85,-60.02C91.32,-50.34 80.33,-39.17 71.86,-30.58"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="98.6,-62.73 108.11,-67.4 103.59,-57.81 98.6,-62.73"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../dd/d11/test__malloc__dbg_8c.html" target="_top" xlink:title="File used to test the malloc_dbg, calloc_dbg and free_dbg functions.">
|
||
|
<polygon fill="white" stroke="black" points="134,-0.5 134,-30.5 238,-30.5 238,-0.5 134,-0.5"/>
|
||
|
<text text-anchor="start" x="142" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">developer_tools/test</text>
|
||
|
<text text-anchor="middle" x="186" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">_malloc_dbg.c</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M143.15,-60.02C152.68,-50.34 163.67,-39.17 172.14,-30.58"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="140.41,-57.81 135.89,-67.4 145.4,-62.73 140.41,-57.81"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|