forked from hsiaosiyuan0/slowjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefcount_dec_loop.drawio
58 lines (58 loc) · 4.27 KB
/
refcount_dec_loop.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<mxfile host="Electron" modified="2023-06-16T13:53:29.321Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.4.0 Chrome/112.0.5615.204 Electron/24.5.1 Safari/537.36" etag="ifgNTSwhFwyW5-HLGt2e" version="21.4.0" type="device">
<diagram name="Page-1" id="w8YpdMHQXC2DgHmLB75I">
<mxGraphModel dx="1114" dy="894" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="hGlkA42TEl1jFctIpCzu-2" value="a" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;fontFamily=SF Mono;" vertex="1" parent="1">
<mxGeometry x="280" y="200" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-3" value="b" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;fontFamily=SF Mono;" vertex="1" parent="1">
<mxGeometry x="360" y="200" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-4" value="c" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;fontFamily=SF Mono;" vertex="1" parent="1">
<mxGeometry x="360" y="280" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-5" value="" style="endArrow=classic;html=1;rounded=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="hGlkA42TEl1jFctIpCzu-2" target="hGlkA42TEl1jFctIpCzu-3">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="560" y="520" as="sourcePoint" />
<mxPoint x="610" y="470" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-6" value="" style="endArrow=classic;html=1;rounded=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="1" source="hGlkA42TEl1jFctIpCzu-2" target="hGlkA42TEl1jFctIpCzu-4">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="330" y="230" as="sourcePoint" />
<mxPoint x="370" y="230" as="targetPoint" />
<Array as="points">
<mxPoint x="300" y="300" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-7" value="<font style="font-size: 14px;" color="#ff0000" face="SF Mono">×</font>" style="endArrow=classic;html=1;rounded=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" target="hGlkA42TEl1jFctIpCzu-2">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="200" y="220" as="sourcePoint" />
<mxPoint x="240" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-8" value="d" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;fontFamily=SF Mono;" vertex="1" parent="1">
<mxGeometry x="440" y="280" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-9" value="e" style="rounded=1;whiteSpace=wrap;html=1;arcSize=5;fontFamily=SF Mono;" vertex="1" parent="1">
<mxGeometry x="520" y="280" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-10" value="" style="endArrow=classic;html=1;rounded=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="hGlkA42TEl1jFctIpCzu-4" target="hGlkA42TEl1jFctIpCzu-8">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="400" y="480" as="sourcePoint" />
<mxPoint x="450" y="430" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="hGlkA42TEl1jFctIpCzu-11" value="" style="endArrow=classic;html=1;rounded=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="hGlkA42TEl1jFctIpCzu-8" target="hGlkA42TEl1jFctIpCzu-9">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="480" y="299.5" as="sourcePoint" />
<mxPoint x="520" y="299.5" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>